diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-04-27 04:25:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-04-27 04:25:45 +0000 |
commit | 28d069e6477103b0eed4b0d2d6488ea14220bf95 (patch) | |
tree | 476645fbb26cfd251af700026bb517575b68fa47 /gdb/mips-tdep.c | |
parent | 02d5252fb1f6670eb5d3d393c531f9ce585b82f1 (diff) | |
download | gdb-28d069e6477103b0eed4b0d2d6488ea14220bf95.zip gdb-28d069e6477103b0eed4b0d2d6488ea14220bf95.tar.gz gdb-28d069e6477103b0eed4b0d2d6488ea14220bf95.tar.bz2 |
Include "arch-utils.h".
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 189dd7b..9bf761d 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -33,6 +33,7 @@ #include "objfiles.h" #include "gdbtypes.h" #include "target.h" +#include "arch-utils.h" #include "opcode/mips.h" #include "elf/mips.h" |