diff options
Diffstat (limited to 'vm/vm_debug.c')
-rw-r--r-- | vm/vm_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_debug.c b/vm/vm_debug.c index 526bb163..cc483485 100644 --- a/vm/vm_debug.c +++ b/vm/vm_debug.c @@ -46,7 +46,7 @@ #include <vm/vm_map.h> #include <vm/vm_kern.h> #include <vm/vm_object.h> -#include <kern/mach_debug.h> +#include <kern/mach_debug.server.h> #include <kern/task.h> #include <kern/host.h> #include <kern/printf.h> |