summaryrefslogtreecommitdiff
path: root/i386/i386at/model_dep.c
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:53:35 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 05:55:12 +0900
commit423e1a794d353aa4f777b50f99b72a7a2b806355 (patch)
tree217fdfa609455be5b862e13870ad0d0d04de514f /i386/i386at/model_dep.c
parentbbd18a819d05b296500c316722dc9b640558bd96 (diff)
ddb/db_command.c: remove forward declaration
* ddb/db_command.c (db_reset_cpu): Remove forward declaration. * i386/i386/db_interface.h (db_reset_cpu): Add prototype. * i386/i386at/model_dep.c: Include i386/db_interface.h.
Diffstat (limited to 'i386/i386at/model_dep.c')
-rw-r--r--i386/i386at/model_dep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c
index 1a3aee8c..56066395 100644
--- a/i386/i386at/model_dep.c
+++ b/i386/i386at/model_dep.c
@@ -78,6 +78,7 @@
Both of these are 0 if none is available. */
#if MACH_KDB
#include <ddb/db_sym.h>
+#include <i386/db_interface.h>
static vm_offset_t kern_sym_start, kern_sym_end;
#else /* MACH_KDB */
#define kern_sym_start 0