diff options
Diffstat (limited to 'gdb/vax-pinsn.c')
-rw-r--r-- | gdb/vax-pinsn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/vax-pinsn.c b/gdb/vax-pinsn.c index 9d97415..471f92e 100644 --- a/gdb/vax-pinsn.c +++ b/gdb/vax-pinsn.c @@ -23,7 +23,7 @@ anyone else from sharing it farther. Help stamp out software hoarding! #include "defs.h" #include "param.h" #include "symtab.h" -#include "vax-opcode.h" +#include "opcode.h" /* Vax instructions are never longer than this. */ #define MAXLEN 62 |