diff options
Diffstat (limited to 'vm/vm_resident.c')
-rw-r--r-- | vm/vm_resident.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_resident.c b/vm/vm_resident.c index 8eb5c85..fababc2 100644 --- a/vm/vm_resident.c +++ b/vm/vm_resident.c @@ -38,7 +38,7 @@ #include <mach/vm_prot.h> #include <kern/counters.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/sched_prim.h> #include <kern/task.h> #include <kern/thread.h> |