summaryrefslogtreecommitdiff
path: root/kern/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/exception.c')
-rw-r--r--kern/exception.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/exception.c b/kern/exception.c
index 62292b4..21a3581 100644
--- a/kern/exception.c
+++ b/kern/exception.c
@@ -38,6 +38,7 @@
#include <ipc/mach_msg.h>
#include <ipc/ipc_machdep.h>
#include <kern/counters.h>
+#include <kern/debug.h> /* for panic() */
#include <kern/ipc_tt.h>
#include <kern/task.h>
#include <kern/thread.h>