include <sys/param.h> for NetBSD

This commit is contained in:
Mark Andrews
2004-05-18 01:39:20 +00:00
parent fad39fcec4
commit f66d610f60
+3 -2
View File
@@ -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