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/d10v-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/d10v-tdep.c')
-rw-r--r-- | gdb/d10v-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/d10v-tdep.c b/gdb/d10v-tdep.c index 15d8175..0b96f81 100644 --- a/gdb/d10v-tdep.c +++ b/gdb/d10v-tdep.c @@ -34,6 +34,7 @@ #include "symfile.h" #include "objfiles.h" #include "language.h" +#include "arch-utils.h" #include "sim-d10v.h" |