aboutsummaryrefslogtreecommitdiff
path: root/ddb/db_examine.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_examine.c')
-rw-r--r--ddb/db_examine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ddb/db_examine.c b/ddb/db_examine.c
index 88d7a575..1941fc38 100644
--- a/ddb/db_examine.c
+++ b/ddb/db_examine.c
@@ -47,6 +47,7 @@
#include <kern/task.h>
#include <kern/smp.h>
#include <mach/vm_param.h>
+#include <vm/vm_map.h>
#define db_thread_to_task(thread) ((thread)? thread->task: TASK_NULL)