]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
include <sys/param.h> for NetBSD v9.2.4rc4
authorMark Andrews <marka@isc.org>
Tue, 18 May 2004 01:38:39 +0000 (01:38 +0000)
committerMark Andrews <marka@isc.org>
Tue, 18 May 2004 01:38:39 +0000 (01:38 +0000)
lib/isc/unix/os.c

index 724e61042f5850220aeaad9808ba60088f44f775..bc9ac24a515bf21a0f4d9424652f1718a0ca7d65 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: os.c,v 1.11.2.1 2004/03/09 06:12:11 marka Exp $ */
+/* $Id: os.c,v 1.11.2.2 2004/05/18 01:38:39 marka Exp $ */
 
 #include <config.h>
 
@@ -55,7 +55,8 @@ hpux_ncpus(void) {
 #endif /* __hpux */
 
 #if defined(HAVE_SYS_SYSCTL_H) && defined(HAVE_SYSCTLBYNAME)
-#include <sys/types.h>
+#include <sys/types.h>  /* for FreeBSD */
+#include <sys/param.h>  /* for NetBSD */
 #include <sys/sysctl.h>
 
 static int