From 423e1a794d353aa4f777b50f99b72a7a2b806355 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 29 Nov 2013 22:53:35 +0100 Subject: 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. --- i386/i386at/model_dep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'i386/i386at/model_dep.c') diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c index 1a3aee8..5606639 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 +#include static vm_offset_t kern_sym_start, kern_sym_end; #else /* MACH_KDB */ #define kern_sym_start 0 -- cgit v1.2.3