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 4539765e..4d2f1cf8 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -37,7 +37,7 @@ #include <mach/message.h> #include <machine/vm_param.h> #include <ipc/ipc_port.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/host.h> #include <kern/printf.h> #include <kern/task.h> |