summaryrefslogtreecommitdiff
path: root/kern/bootstrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/bootstrap.c')
-rw-r--r--kern/bootstrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/bootstrap.c b/kern/bootstrap.c
index 3613e38..540322d 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