diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-14 23:23:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-14 23:23:16 +0000 |
commit | f88e2c522619b049d88e74bd535111cc17a270cd (patch) | |
tree | a3a5e2639c05fc4fb61881e747e18f7f80680063 /gdb/config/mips | |
parent | 0981ead9af62fb19cb902ad00ff0ff0641cf9321 (diff) | |
download | gdb-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.h | 2 |
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; |