aboutsummaryrefslogtreecommitdiff
path: root/gdb/wince.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-12 18:01:28 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-12 18:01:28 +0000
commite14e6e9cddbfb695027716b87c54ef533da2818b (patch)
treeca1b9895e3f73e87c2c5c9259e48dbef3e0830b6 /gdb/wince.c
parent21c3830442ce4924db744ac66848e6a739ec8f61 (diff)
downloadfsf-binutils-gdb-e14e6e9cddbfb695027716b87c54ef533da2818b.zip
fsf-binutils-gdb-e14e6e9cddbfb695027716b87c54ef533da2818b.tar.gz
fsf-binutils-gdb-e14e6e9cddbfb695027716b87c54ef533da2818b.tar.bz2
2003-06-12 Andrew Cagney <cagney@redhat.com>
* wince.c: Include "mips-tdep.h". * mips-tdep.h (mips_next_pc): Declare. * mcore-tdep.c: Make more local functions static. * Makefile.in (wince.o): Update dependencies.
Diffstat (limited to 'gdb/wince.c')
-rw-r--r--gdb/wince.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/wince.c b/gdb/wince.c
index 322564e..41541dc 100644
--- a/gdb/wince.c
+++ b/gdb/wince.c
@@ -56,6 +56,9 @@
#include "wince-stub.h"
#include <time.h>
#include "regcache.h"
+#ifdef MIPS
+#include "mips-tdep.h"
+#endif
/* The ui's event loop. */
extern int (*ui_loop_hook) (int signo);