diff options
Diffstat (limited to 'osdep-openbsd.c')
-rw-r--r-- | osdep-openbsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep-openbsd.c b/osdep-openbsd.c index 9eee984f..7be38a91 100644 --- a/osdep-openbsd.c +++ b/osdep-openbsd.c @@ -17,6 +17,7 @@ */ #include <sys/param.h> +#include <sys/proc.h> #include <sys/sysctl.h> #include <sys/stat.h> |