diff options
Diffstat (limited to 'vm/vm_resident.c')
-rw-r--r-- | vm/vm_resident.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/vm_resident.c b/vm/vm_resident.c index 2b5ecee2..8eb5c85d 100644 --- a/vm/vm_resident.c +++ b/vm/vm_resident.c @@ -33,11 +33,12 @@ * Resident memory management module. */ -#include <printf.h> +#include <kern/printf.h> #include <string.h> #include <mach/vm_prot.h> #include <kern/counters.h> +#include <kern/debug.h> /* for panic() */ #include <kern/sched_prim.h> #include <kern/task.h> #include <kern/thread.h> |