Include "sys/param.h" to fix build problems in applications which include
this header file.
This commit is contained in:
parent
a2c6783de5
commit
be00b34e3a
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sysctl.h,v 1.104 2003/12/30 12:33:24 pk Exp $ */
|
||||
/* $NetBSD: sysctl.h,v 1.105 2004/01/03 23:29:42 tron Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993
|
||||
|
@ -40,6 +40,7 @@
|
|||
/*
|
||||
* These are for the eproc structure defined below.
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/ucred.h>
|
||||
#include <sys/ucontext.h>
|
||||
|
|
Loading…
Reference in New Issue