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 d6000e19..4ff86904 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -46,8 +46,9 @@ #include <machine/pmap.h> #include <vm/vm_adv.h> #include <vm/vm_inherit.h> -#include <vm/vm_map.h> #include <vm/vm_kmem.h> +#include <vm/vm_map.h> +#include <vm/vm_object.h> #include <vm/vm_page.h> #include <vm/vm_phys.h> #include <vm/vm_prot.h> |