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 635a2fb6..543ae77b 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -34,7 +34,7 @@ #include <mach/port.h> #include <mach/message.h> -#include "vm_param.h" +#include <machine/vm_param.h> #include <ipc/ipc_port.h> #include <kern/host.h> #include <kern/task.h> |