diff options
Diffstat (limited to 'vm')
-rw-r--r-- | vm/vm_map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c index 5015c1c..de10eec 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -41,6 +41,7 @@ #include <mach/vm_param.h> #include <kern/assert.h> #include <kern/debug.h> +#include <kern/kalloc.h> #include <kern/slab.h> #include <vm/pmap.h> #include <vm/vm_fault.h> |