diff options
Diffstat (limited to 'opcodes/riscv-dis.c')
-rw-r--r-- | opcodes/riscv-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/riscv-dis.c b/opcodes/riscv-dis.c index bb53463..2dc76de 100644 --- a/opcodes/riscv-dis.c +++ b/opcodes/riscv-dis.c @@ -21,7 +21,7 @@ see <http://www.gnu.org/licenses/>. */ #include "sysdep.h" -#include "dis-asm.h" +#include "disassemble.h" #include "libiberty.h" #include "opcode/riscv.h" #include "opintl.h" |