diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2006-11-08 02:21:43 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:51 +0200 |
commit | 656252a37b3833471ba740d1699c04a845d320ed (patch) | |
tree | b7ec645ec33e7bd4ad04f32c977e07fdc3ba4b3c /kern/startup.c | |
parent | 0b668f95ad59420f80e237f97747649c7b86d123 (diff) |
2006-11-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
* kern/startup.c: Include `printf.h'.
Diffstat (limited to 'kern/startup.c')
-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 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> |