diff options
Diffstat (limited to 'kern/host.c')
-rw-r--r-- | kern/host.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/host.c b/kern/host.c index 6e98c2cd..b1056af4 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> |