diff options
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/getdents.c | 1 | ||||
-rw-r--r-- | libc/sysdeps/linux/common/getdents64.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/getdents.c b/libc/sysdeps/linux/common/getdents.c index 11c2570c4..226971298 100644 --- a/libc/sysdeps/linux/common/getdents.c +++ b/libc/sysdeps/linux/common/getdents.c @@ -15,6 +15,7 @@ #include <sys/param.h> #include <sys/types.h> #include <sys/syscall.h> +#include <bits/kernel_types.h> /* With newer versions of linux, the getdents syscall returns d_type * information after the name field. Someday, we should add support for diff --git a/libc/sysdeps/linux/common/getdents64.c b/libc/sysdeps/linux/common/getdents64.c index 57936d348..a344240bb 100644 --- a/libc/sysdeps/linux/common/getdents64.c +++ b/libc/sysdeps/linux/common/getdents64.c @@ -16,6 +16,7 @@ #include <sys/param.h> #include <sys/types.h> #include <sys/syscall.h> +#include <bits/kernel_types.h> #if defined __UCLIBC_HAS_LFS__ && defined __NR_getdents64 |