From 6a5adfc0baeb178a1b785068e118a524284498f4 Mon Sep 17 00:00:00 2001 From: millert Date: Tue, 18 Dec 2012 21:28:45 +0000 Subject: [PATCH] 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@ --- procname.c | 1 + 1 file changed, 1 insertion(+) diff --git a/procname.c b/procname.c index 1928b92e..1518c94b 100644 --- a/procname.c +++ b/procname.c @@ -17,6 +17,7 @@ */ #include +#include #include #include