diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | kern/startup.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ (vprintf): Add prototype. * kern/printf.c: Include `printf.h'. (vprintf, printf): Fix prototype and return a dumb value. + * kern/startup.c: Include `printf.h'. 2006-11-07 Barry deFreese <bddebian@comcast.net> diff --git a/kern/startup.c b/kern/startup.c index f8d444f..2957718 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> |