diff options
Diffstat (limited to 'gdb/arm-pinsn.c')
-rw-r--r-- | gdb/arm-pinsn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-pinsn.c b/gdb/arm-pinsn.c index f4cd84a..53a3019 100644 --- a/gdb/arm-pinsn.c +++ b/gdb/arm-pinsn.c @@ -23,7 +23,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "defs.h" #include "symtab.h" -#include "arm-opcode.h" +#include "opcode/arm.h" extern char *reg_names[]; |