diff options
Diffstat (limited to 'src/wasm-shell.cpp')
-rw-r--r-- | src/wasm-shell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-shell.cpp b/src/wasm-shell.cpp index c910b5958..c60cec81b 100644 --- a/src/wasm-shell.cpp +++ b/src/wasm-shell.cpp @@ -3,7 +3,7 @@ // A WebAssembly shell, loads a .wast file (WebAssembly in S-Expression format) and executes it. // -#include "wasm-sexpr-parser.h" +#include "wasm-s-parser.h" using namespace cashew; using namespace wasm; |