diff options
Diffstat (limited to 'kern/bootstrap.c')
-rw-r--r-- | kern/bootstrap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/bootstrap.c b/kern/bootstrap.c index 540322d..4539765 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -31,14 +31,15 @@ */ #include <alloca.h> -#include <printf.h> #include <string.h> #include <mach/port.h> #include <mach/message.h> #include <machine/vm_param.h> #include <ipc/ipc_port.h> +#include <kern/debug.h> /* for panic() */ #include <kern/host.h> +#include <kern/printf.h> #include <kern/task.h> #include <kern/thread.h> #include <kern/lock.h> |