diff options
Diffstat (limited to 'kern/host.c')
-rw-r--r-- | kern/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/host.c b/kern/host.c index 4490a8e1..7ce8edff 100644 --- a/kern/host.c +++ b/kern/host.c @@ -42,7 +42,7 @@ #include <kern/processor.h> #include <kern/ipc_host.h> #include <kern/mach_clock.h> -#include <kern/mach_host.h> +#include <kern/mach_host.server.h> #include <mach/vm_param.h> host_data_t realhost; |