summaryrefslogtreecommitdiff
path: root/kern/ipc_kobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/ipc_kobject.c')
-rw-r--r--kern/ipc_kobject.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/ipc_kobject.c b/kern/ipc_kobject.c
index d642228..d9fbe17 100644
--- a/kern/ipc_kobject.c
+++ b/kern/ipc_kobject.c
@@ -33,7 +33,8 @@
* Functions for letting a port represent a kernel object.
*/
-#include <printf.h>
+#include <kern/debug.h> /* For panic() */
+#include <kern/printf.h>
#include <mach/port.h>
#include <mach/kern_return.h>
#include <mach/message.h>