diff options
Diffstat (limited to 'kern/ipc_tt.c')
-rw-r--r-- | kern/ipc_tt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/ipc_tt.c b/kern/ipc_tt.c index b1a9443..b757bb8 100644 --- a/kern/ipc_tt.c +++ b/kern/ipc_tt.c @@ -35,6 +35,7 @@ #include <mach/task_special_ports.h> #include <mach/thread_special_ports.h> #include <vm/vm_kern.h> +#include <kern/debug.h> /* for panic() */ #include <kern/task.h> #include <kern/thread.h> #include <kern/ipc_kobject.h> |