diff options
Diffstat (limited to 'vm/vm_map.c')
-rw-r--r-- | vm/vm_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c index 217aae7a..657f4b59 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -21,6 +21,7 @@ #include <stddef.h> #include <stdint.h> +#include <stdio.h> #include <kern/assert.h> #include <kern/error.h> @@ -31,7 +32,6 @@ #include <kern/mutex.h> #include <kern/panic.h> #include <kern/param.h> -#include <kern/printf.h> #include <kern/rbtree.h> #include <machine/pmap.h> #include <vm/vm_adv.h> |