diff options
Diffstat (limited to 'kern/ipc_host.c')
-rw-r--r-- | kern/ipc_host.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/ipc_host.c b/kern/ipc_host.c index 6163beff..0f35689a 100644 --- a/kern/ipc_host.c +++ b/kern/ipc_host.c @@ -35,6 +35,7 @@ #include <mach/message.h> #include <kern/debug.h> #include <kern/host.h> +#include <kern/mach_host.h> #include <kern/processor.h> #include <kern/task.h> #include <kern/thread.h> @@ -42,6 +43,7 @@ #include <kern/ipc_kobject.h> #include <ipc/ipc_port.h> #include <ipc/ipc_space.h> +#include <mach/mach_traps.h> #include <machine/machspl.h> /* for spl */ |