We no longer use struct eproc for kinfo_proc in sysctl.h so there

is no direct need for sys/proc.h or sys/resource.h.  Some consumers
of kinfo_proc need these for the proc flags and rlimit defines like
RLIM_INF so add the appropriate includes to them.
OK deraadt@ sthen@
pull/1/head
millert 2012-12-18 21:28:45 +00:00
parent 9714880283
commit 6a5adfc0ba
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
*/
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/sysctl.h>
#include <sys/stat.h>