diff options
Diffstat (limited to 'nscd/connections.c')
-rw-r--r-- | nscd/connections.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/nscd/connections.c b/nscd/connections.c index a8f287ef3e..77b9ac40a3 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -1,5 +1,5 @@ /* Inner loops of cache daemon. - Copyright (C) 1998-2007, 2008, 2009, 2011 Free Software Foundation, Inc. + Copyright (C) 1998-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. @@ -56,9 +56,8 @@ #include "dbg_log.h" #include "selinux.h" #include <resolv/resolv.h> -#ifdef HAVE_SENDFILE -# include <kernel-features.h> -#endif + +#include <kernel-features.h> /* Support to run nscd as an unprivileged user */ |