diff options
Diffstat (limited to 'kern/bootstrap.c')
-rw-r--r-- | kern/bootstrap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/bootstrap.c b/kern/bootstrap.c index 83c6942..ea8e823 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -45,6 +45,7 @@ #include <kern/thread.h> #include <kern/lock.h> #include <vm/vm_kern.h> +#include <vm/vm_user.h> #include <device/device_port.h> #if MACH_KDB |