From 7cc70e5388e37be790393ff8a83646331b46a3aa Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Fri, 6 Jun 2008 19:26:10 +0000 Subject: Oops, missed some warnings. * mem.h (m32c_sim_restore_console): New. --- sim/m32c/gdb-if.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sim/m32c/gdb-if.c') diff --git a/sim/m32c/gdb-if.c b/sim/m32c/gdb-if.c index a8ba392..04c5dba 100644 --- a/sim/m32c/gdb-if.c +++ b/sim/m32c/gdb-if.c @@ -35,6 +35,9 @@ along with this program. If not, see . */ #include "mem.h" #include "load.h" #include "syscalls.h" +#ifdef TIMER_A +#include "timer_a.h" +#endif /* I don't want to wrap up all the minisim's data structures in an object and pass that around. That'd be a big change, and neither -- cgit v1.1