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