include <sys/param.h> for NetBSD
This commit is contained in:
+3
-2
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: os.c,v 1.11.12.3 2004/03/08 09:04:57 marka Exp $ */
|
||||
/* $Id: os.c,v 1.11.12.4 2004/05/18 01:39:20 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
|
||||
|
||||
Reference in New Issue
Block a user