summaryrefslogtreecommitdiff
path: root/kern/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/host.c')
-rw-r--r--kern/host.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/host.c b/kern/host.c
index 6e98c2c..b1056af 100644
--- a/kern/host.c
+++ b/kern/host.c
@@ -32,6 +32,7 @@
#include <string.h>
#include <kern/assert.h>
+#include <kern/debug.h> /* for panic() */
#include <kern/kalloc.h>
#include <kern/host.h>
#include <mach/host_info.h>