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 f1bbfdb..ab7575a 100644 --- a/opcodes/riscv-dis.c +++ b/opcodes/riscv-dis.c @@ -28,7 +28,7 @@ #include "elf-bfd.h" #include "elf/riscv.h" -#include <stdint.h> +#include "bfd_stdint.h" #include <ctype.h> struct riscv_private_data |