diff options
Diffstat (limited to 'opcodes/wasm32-dis.c')
-rw-r--r-- | opcodes/wasm32-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/wasm32-dis.c b/opcodes/wasm32-dis.c index d6f1697..9b5dea4 100644 --- a/opcodes/wasm32-dis.c +++ b/opcodes/wasm32-dis.c @@ -27,7 +27,7 @@ #include "elf-bfd.h" #include "elf/internal.h" #include "elf/wasm32.h" -#include <stdint.h> +#include "bfd_stdint.h" /* Type names for blocks and signatures. */ #define BLOCK_TYPE_NONE 0x40 |