summaryrefslogtreecommitdiff
path: root/vm/vm_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_debug.c')
-rw-r--r--vm/vm_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_debug.c b/vm/vm_debug.c
index 29ec8da..60fd361 100644
--- a/vm/vm_debug.c
+++ b/vm/vm_debug.c
@@ -35,6 +35,7 @@
#include <string.h>
+#include <kern/debug.h> /* for panic() */
#include <kern/thread.h>
#include <mach/kern_return.h>
#include <mach/machine/vm_types.h>