From 892b23e1710e6770b12c3aa952eb2cdc9ab4bc1b Mon Sep 17 00:00:00 2001 From: "Internet Software Consortium, Inc" <@isc.org> Date: Tue, 11 Feb 2014 08:59:45 -0700 Subject: 9.9.5b1 --- bin/named/unix/os.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/named/unix/os.c') diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c index 1a0d4db7..d6c82a76 100644 --- a/bin/named/unix/os.c +++ b/bin/named/unix/os.c @@ -117,12 +117,12 @@ static int dfd[2] = { -1, -1 }; static isc_boolean_t non_root = ISC_FALSE; static isc_boolean_t non_root_caps = ISC_FALSE; -#ifdef HAVE_LINUX_TYPES_H -#include -#endif #ifdef HAVE_SYS_CAPABILITY_H #include #else +#ifdef HAVE_LINUX_TYPES_H +#include +#endif /*% * We define _LINUX_FS_H to prevent it from being included. We don't need * anything from it, and the files it includes cause warnings with 2.2 -- cgit v1.2.3