diff options
Diffstat (limited to 'vm/vm_map.c')
-rw-r--r-- | vm/vm_map.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c index 22fa836d..47db118f 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -53,6 +53,11 @@ #include <vm/vm_kern.h> #include <ipc/ipc_port.h> +#if MACH_KDB +#include <ddb/db_output.h> +#endif /* MACH_KDB */ + + /* Forward declarations */ kern_return_t vm_map_delete( vm_map_t map, |