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 | 1e7ec3820f620dbaf503ef30f2470e6dc8b41fab (patch) | |
tree | 9add3ce81a432c530fa85ed6a122a963025ed085 /gdb/d10v-tdep.c | |
parent | dd31bd8cc56d06c25cbe78a8e1f8d4d70b75e9be (diff) | |
download | gdb-1e7ec3820f620dbaf503ef30f2470e6dc8b41fab.tar.gz |
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 15d81755643..0b96f81431a 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" |