diff options
Diffstat (limited to 'libc/sysdeps/linux/common/getdents64.c')
-rw-r--r-- | libc/sysdeps/linux/common/getdents64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/getdents64.c b/libc/sysdeps/linux/common/getdents64.c index 1e1e170b9..e1133fffa 100644 --- a/libc/sysdeps/linux/common/getdents64.c +++ b/libc/sysdeps/linux/common/getdents64.c @@ -12,6 +12,7 @@ #include <stdint.h> #include <string.h> #include <unistd.h> +#include <dirent.h> #include <sys/param.h> #include <sys/types.h> #include <sys/syscall.h> |