summaryrefslogtreecommitdiff
path: root/src/wasm-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-parse.c')
-rw-r--r--src/wasm-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-parse.c b/src/wasm-parse.c
index 3cdecee9..3707d6fa 100644
--- a/src/wasm-parse.c
+++ b/src/wasm-parse.c
@@ -86,7 +86,7 @@ typedef uint32_t WasmContinuation;
#define CONTINUATION_BREAK_MASK (~(WasmContinuation)3)
#define MAX_BREAK_DEPTH 30
-#include "hash.h"
+#include "wasm-keywords.h"
typedef struct OpInfo OpInfo;