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 6926661..f3fde32 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 "bfd_stdint.h" +#include <stdint.h> #ifdef HAVE_LIMITS_H #include <limits.h> |