summaryrefslogtreecommitdiff
path: root/ipc/mach_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/mach_msg.c')
-rw-r--r--ipc/mach_msg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipc/mach_msg.c b/ipc/mach_msg.c
index a02462d..0fe2f7c 100644
--- a/ipc/mach_msg.c
+++ b/ipc/mach_msg.c
@@ -36,13 +36,14 @@
* Exported message traps. See mach/message.h.
*/
-#include <printf.h>
#include <mach/kern_return.h>
#include <mach/port.h>
#include <mach/message.h>
#include <kern/assert.h>
#include <kern/counters.h>
+#include <kern/debug.h> /* for panic() */
#include <kern/lock.h>
+#include <kern/printf.h>
#include <kern/sched_prim.h>
#include <kern/ipc_sched.h>
#include <vm/vm_map.h>