summaryrefslogtreecommitdiff
path: root/lib/libc/dirent/dirfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/dirent/dirfd.c')
-rw-r--r--lib/libc/dirent/dirfd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/dirent/dirfd.c b/lib/libc/dirent/dirfd.c
index 857303de..0eb8201b 100644
--- a/lib/libc/dirent/dirfd.c
+++ b/lib/libc/dirent/dirfd.c
@@ -1,6 +1,5 @@
-#include <__dirent.h>
-#include <dirent.h>
-#include <stdint.h>
+#include <dirent.h> // for DIR, dirfd
+#include <stdint.h> // for intptr_t
int dirfd(DIR *dirp)
{