From: Mark Andrews Date: Wed, 29 Aug 2001 04:21:51 +0000 (+0000) Subject: 966. [port] #include is required on some Linux X-Git-Tag: v9.2.0b1~8 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b885fd1d535f11162c4ce6fdad4f8f1717053e46;p=thirdparty%2Fbind9.git 966. [port] #include is required on some Linux ports. [RT #1670] --- diff --git a/CHANGES b/CHANGES index 719538e0d84..f01762abb44 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + 966. [port] #include is required on some Linux + ports. [RT #1670] 965. [bug] Including data other than root server NS and A records in the root hint file could cause a rbtdb diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c index 991f84b2bbc..00aa8135f01 100644 --- a/bin/named/unix/os.c +++ b/bin/named/unix/os.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: os.c,v 1.44 2001/05/25 07:42:15 marka Exp $ */ +/* $Id: os.c,v 1.45 2001/08/29 04:21:51 marka Exp $ */ #include #include @@ -107,6 +107,7 @@ static isc_boolean_t non_root_caps = ISC_FALSE; */ #define _LINUX_FS_H +#include #include /* Required for syscall(). */ #include /* Required for _LINUX_CAPABILITY_VERSION. */