aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-14 23:23:16 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-14 23:23:16 +0000
commitf88e2c522619b049d88e74bd535111cc17a270cd (patch)
treea3a5e2639c05fc4fb61881e747e18f7f80680063 /gdb/config/mips
parent0981ead9af62fb19cb902ad00ff0ff0641cf9321 (diff)
downloadgdb-f88e2c522619b049d88e74bd535111cc17a270cd.zip
gdb-f88e2c522619b049d88e74bd535111cc17a270cd.tar.gz
gdb-f88e2c522619b049d88e74bd535111cc17a270cd.tar.bz2
Include regcache.h
Diffstat (limited to 'gdb/config/mips')
-rw-r--r--gdb/config/mips/tm-mips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index 3ae560a..447c9e7 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -27,6 +27,8 @@
#define GDB_MULTI_ARCH 1
+#include "regcache.h"
+
struct frame_info;
struct symbol;
struct type;