summaryrefslogtreecommitdiff
path: root/kern/xpr.c
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:54:09 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 06:45:19 +0900
commit960c3f14be9def8cd11a0b9cedf7ef2cd68c43d1 (patch)
tree9400f99ea0cf2aa97579496efbd2a13f4c2a3e80 /kern/xpr.c
parent55d31d595952e67e16f81f7ef60eda96fe577da4 (diff)
kern: remove forward declaration
* kern/xpr.c (db_printf): Remove forward declaration. [MACH_KDB] Include ddb/db_output.h.
Diffstat (limited to 'kern/xpr.c')
-rw-r--r--kern/xpr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kern/xpr.c b/kern/xpr.c
index b482a12c..92b253c0 100644
--- a/kern/xpr.c
+++ b/kern/xpr.c
@@ -132,9 +132,8 @@ void xprinit(void)
#if MACH_KDB
#include <machine/setjmp.h>
+#include <ddb/db_output.h>
-
-extern void db_printf();
extern jmp_buf_t *db_recover;
/*