summaryrefslogtreecommitdiff
path: root/vm/vm_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_map.h')
-rw-r--r--vm/vm_map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/vm_map.h b/vm/vm_map.h
index e4d4730..1e17bbb 100644
--- a/vm/vm_map.h
+++ b/vm/vm_map.h
@@ -21,10 +21,11 @@
#ifndef _VM_VM_MAP_H
#define _VM_VM_MAP_H
+#include <stdint.h>
+
#include <kern/list.h>
#include <kern/mutex.h>
#include <kern/rbtree.h>
-#include <kern/stdint.h>
#include <machine/pmap.h>
#include <vm/vm_adv.h>
#include <vm/vm_inherit.h>