diff options
Diffstat (limited to 'sys/sys/proc.h')
| -rw-r--r-- | sys/sys/proc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index b8c3a5992940..48ba36994960 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -52,6 +52,8 @@ #include <sys/signal.h> #ifndef _KERNEL #include <sys/time.h> /* For structs itimerval, timeval. */ +#else +#include <sys/pcpu.h> #endif #include <sys/ucred.h> #include <machine/proc.h> /* Machine-dependent proc substruct. */ |
