diff options
Diffstat (limited to 'kern/bootstrap.c')
-rw-r--r-- | kern/bootstrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/bootstrap.c b/kern/bootstrap.c index fdc75757..91f4241e 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -39,7 +39,7 @@ #include <machine/vm_param.h> #include <machine/pcb.h> #include <ipc/ipc_port.h> -#include <ipc/mach_port.h> +#include <ipc/mach_port.server.h> #include <kern/bootstrap.h> #include <kern/debug.h> #include <kern/host.h> |