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 3613e38a..540322dd 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -31,6 +31,7 @@ */ #include <alloca.h> +#include <printf.h> #include <string.h> #include <mach/port.h> @@ -58,7 +59,6 @@ #else #include <mach/machine/multiboot.h> #include <mach/exec/exec.h> -#include <kern/strings.h> extern struct multiboot_info boot_info; /* XXX put this in a header! */ #endif |