diff options
Diffstat (limited to 'vm/vm_debug.c')
-rw-r--r-- | vm/vm_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_debug.c b/vm/vm_debug.c index 60fd361f..893a8079 100644 --- a/vm/vm_debug.c +++ b/vm/vm_debug.c @@ -35,7 +35,7 @@ #include <string.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/thread.h> #include <mach/kern_return.h> #include <mach/machine/vm_types.h> |