diff options
Diffstat (limited to 'vm/vm_map.c')
-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 b142ab9d..cabf47f8 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -43,6 +43,7 @@ #include <kern/assert.h> #include <kern/debug.h> #include <kern/kalloc.h> +#include <kern/mach.server.h> #include <kern/list.h> #include <kern/rbtree.h> #include <kern/slab.h> |