summaryrefslogtreecommitdiff
path: root/src/unistd/sysconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/sysconf.c')
-rw-r--r--src/unistd/sysconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/unistd/sysconf.c b/src/unistd/sysconf.c
index 100dab5b..ae8aa5a3 100644
--- a/src/unistd/sysconf.c
+++ b/src/unistd/sysconf.c
@@ -1,5 +1,4 @@
-#include "stddef.h"
-#include "sys/types.h"
+#include <sys/types.h>
#include <unistd.h>
long sysconf(int name)