diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/startup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/startup.c b/kern/startup.c index f8d444f2..29577183 100644 --- a/kern/startup.c +++ b/kern/startup.c @@ -27,6 +27,7 @@ * Mach kernel startup. */ +#include <printf.h> #include <mach/boolean.h> #include <mach/machine.h> #include <mach/task_special_ports.h> |