summaryrefslogtreecommitdiff
path: root/kern/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/task.c')
-rw-r--r--kern/task.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/task.c b/kern/task.c
index f620bdf..d4fa825 100644
--- a/kern/task.c
+++ b/kern/task.c
@@ -39,6 +39,7 @@
#include <mach/task_special_ports.h>
#include <ipc/ipc_space.h>
#include <ipc/ipc_types.h>
+#include <kern/debug.h> /* for panic() */
#include <kern/mach_param.h>
#include <kern/task.h>
#include <kern/thread.h>