summaryrefslogtreecommitdiff
path: root/ddb/db_ext_symtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_ext_symtab.c')
-rw-r--r--ddb/db_ext_symtab.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ddb/db_ext_symtab.c b/ddb/db_ext_symtab.c
index e1bdfd8b..db7bec25 100644
--- a/ddb/db_ext_symtab.c
+++ b/ddb/db_ext_symtab.c
@@ -35,6 +35,7 @@
#include <vm/vm_kern.h>
#include <vm/vm_user.h>
#include <kern/host.h>
+#include <kern/mach_debug.server.h>
#include <kern/task.h>
#include <ddb/db_sym.h>
@@ -49,7 +50,7 @@ kern_return_t
host_load_symbol_table(
host_t host,
task_t task,
- char * name,
+ const char * name,
pointer_t symtab,
unsigned int symtab_count)
{