diff options
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/nscd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nscd/nscd.c b/nscd/nscd.c index 56803785e1..a4c71e90e2 100644 --- a/nscd/nscd.c +++ b/nscd/nscd.c @@ -50,6 +50,7 @@ #ifdef HAVE_INOTIFY # include <sys/inotify.h> #endif +#include <kernel-features.h> /* Get libc version number. */ #include <version.h> |