diff options
-rw-r--r-- | sys/include/sys/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/proc.h b/sys/include/sys/proc.h index f168072..ab13536 100644 --- a/sys/include/sys/proc.h +++ b/sys/include/sys/proc.h @@ -39,6 +39,7 @@ #if defined(_KERNEL) #include <machine/frame.h> #include <machine/pcb.h> +#include <vm/vm.h> #endif /* _KERNEL */ #if defined(_KERNEL) |