diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-12-17 06:19:29 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-12-17 06:19:29 +0000 |
commit | b639a77072d942b098bcef1f4270c873f06dfce1 (patch) | |
tree | dcb682d7e3489b778632e5ecbb7381154eeb9ed5 /gdb/irix5-nat.c | |
parent | 0ab84fb78990340e5790133747bb2d2f2174b36a (diff) | |
download | gdb-b639a77072d942b098bcef1f4270c873f06dfce1.zip gdb-b639a77072d942b098bcef1f4270c873f06dfce1.tar.gz gdb-b639a77072d942b098bcef1f4270c873f06dfce1.tar.bz2 |
* irix5-nat.c: Include mips-tdep.h.
Diffstat (limited to 'gdb/irix5-nat.c')
-rw-r--r-- | gdb/irix5-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c index a447389..93727a6 100644 --- a/gdb/irix5-nat.c +++ b/gdb/irix5-nat.c @@ -36,6 +36,7 @@ /* Prototypes for supply_gregset etc. */ #include "gregset.h" +#include "mips-tdep.h" static void fetch_core_registers (char *, unsigned int, int, CORE_ADDR); |