summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--kern/startup.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7001f26..12d248f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>