* kern/debug.c (cnputc): Remove forward declaration. Include device/cons.h.
--- kern/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kern/debug.c b/kern/debug.c index 33e64f3..e9427a3 100644 --- a/kern/debug.c +++ b/kern/debug.c @@ -38,7 +38,7 @@ #include <machine/loose_ends.h> #include <machine/model_dep.h> -extern void cnputc(); +#include <device/cons.h> #if MACH_KDB extern int db_breakpoints_inserted; -- 1.8.1.4