aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/include/sys/proc.h1
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)