summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/getdents.c
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-12-11 15:40:55 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-12-11 15:40:55 +0000
commit5d730fc3279001da96592940559bf7df00e6141d (patch)
treec89468fda27f5c6ae415db7e7fc5dd2aee12d2e7 /libc/sysdeps/linux/common/getdents.c
parentc1fa421634208c18f91ec7c0e2c9fd8cefc30d27 (diff)
downloaduClibc-alpine-5d730fc3279001da96592940559bf7df00e6141d.tar.bz2
uClibc-alpine-5d730fc3279001da96592940559bf7df00e6141d.tar.xz
Fix kernl-features.h include path.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libc/sysdeps/linux/common/getdents.c')
-rw-r--r--libc/sysdeps/linux/common/getdents.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/getdents.c b/libc/sysdeps/linux/common/getdents.c
index 0baf47eb4..e1aa2a51f 100644
--- a/libc/sysdeps/linux/common/getdents.c
+++ b/libc/sysdeps/linux/common/getdents.c
@@ -16,6 +16,7 @@
#include <sys/types.h>
#include <sys/syscall.h>
#include <bits/kernel_types.h>
+#include <bits/kernel-features.h>
/* With newer versions of linux, the getdents syscall returns d_type
* information after the name field.