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