diff options
Diffstat (limited to 'vm/vm_kmem.h')
-rw-r--r-- | vm/vm_kmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_kmem.h b/vm/vm_kmem.h index a5e5e6d0..eafb4183 100644 --- a/vm/vm_kmem.h +++ b/vm/vm_kmem.h @@ -18,8 +18,8 @@ #ifndef _VM_VM_KMEM_H #define _VM_VM_KMEM_H -#include <kern/types.h> #include <kern/stdint.h> +#include <machine/types.h> /* * The kernel space is required not to start at address 0, which is used to |