summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-10-08 15:28:02 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-10-08 15:28:02 +0200
commit49a2c7e4c455b4e5f3f66352e34a723eaf81f317 (patch)
tree398f8d35f2fff203bb57b41a8569a41cd64dd9d3 /nscd
parent5b1f243ed51e4258dff7d38d6ed39bae32cbd823 (diff)
* nscd/netgroupcache.c: Unconditionally include <kernel-features.h>.
Diffstat (limited to 'nscd')
-rw-r--r--nscd/netgroupcache.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nscd/netgroupcache.c b/nscd/netgroupcache.c
index a406ade995..dd90ce40cb 100644
--- a/nscd/netgroupcache.c
+++ b/nscd/netgroupcache.c
@@ -28,9 +28,8 @@
#include "../inet/netgroup.h"
#include "nscd.h"
#include "dbg_log.h"
-#ifdef HAVE_SENDFILE
-# include <kernel-features.h>
-#endif
+
+#include <kernel-features.h>
/* This is the standard reply in case the service is disabled. */