summaryrefslogtreecommitdiff
path: root/ipc/ipc_kmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_kmsg.c')
-rw-r--r--ipc/ipc_kmsg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipc/ipc_kmsg.c b/ipc/ipc_kmsg.c
index e6e2932..5ad8d61 100644
--- a/ipc/ipc_kmsg.c
+++ b/ipc/ipc_kmsg.c
@@ -59,6 +59,10 @@
#include <ipc/ipc_machdep.h>
+#if MACH_KDB
+#include <ddb/db_output.h>
+#endif
+
extern int copyinmap();
extern int copyoutmap();
void ipc_msg_print(); /* forward */