diff options
Diffstat (limited to 'vm/vm_map.c')
-rw-r--r-- | vm/vm_map.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c index 71de0488..31ef0420 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -34,12 +34,13 @@ * Virtual memory mapping module. */ -#include <printf.h> +#include <kern/printf.h> #include <mach/kern_return.h> #include <mach/port.h> #include <mach/vm_attributes.h> #include <mach/vm_param.h> #include <kern/assert.h> +#include <kern/debug.h> /* for panic() */ #include <kern/zalloc.h> #include <vm/vm_fault.h> #include <vm/vm_map.h> |