From db411e0e20ef64f751432d0dea52b6ed16838d4f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 6 Dec 2006 20:46:21 +0000 Subject: prepare to later remove bits/kernel_types.h from bits/types.h --- libc/sysdeps/linux/common/getdents.c | 1 + libc/sysdeps/linux/common/getdents64.c | 1 + 2 files changed, 2 insertions(+) (limited to 'libc') 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 #include #include +#include /* 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 #include #include +#include #if defined __UCLIBC_HAS_LFS__ && defined __NR_getdents64 -- cgit v1.2.3