diff options
Diffstat (limited to 'kern/ipc_host.c')
-rw-r--r-- | kern/ipc_host.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/ipc_host.c b/kern/ipc_host.c index d4049d2..2cf322d 100644 --- a/kern/ipc_host.c +++ b/kern/ipc_host.c @@ -33,6 +33,7 @@ */ #include <mach/message.h> +#include <kern/debug.h> /* for panic() */ #include <kern/host.h> #include <kern/processor.h> #include <kern/task.h> |