diff options
Diffstat (limited to 'vm/vm_debug.c')
-rw-r--r-- | vm/vm_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_debug.c b/vm/vm_debug.c index 29ec8daf..60fd361f 100644 --- a/vm/vm_debug.c +++ b/vm/vm_debug.c @@ -35,6 +35,7 @@ #include <string.h> +#include <kern/debug.h> /* for panic() */ #include <kern/thread.h> #include <mach/kern_return.h> #include <mach/machine/vm_types.h> |