diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-30 12:03:31 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-30 12:03:31 -0500 |
commit | c34dd278a73ecb34fb10825f238ef98d394e4f0b (patch) | |
tree | 64447c432e67a3bcaf22c91de92c31149074aea2 /src/s2wasm-main.cpp | |
parent | 44a8aeaf5820ee06e8c6dbc061d131d7b4d39cd3 (diff) | |
parent | 3bf113b601de6d1a55f54ed1b788037cd5514419 (diff) | |
download | binaryen-c34dd278a73ecb34fb10825f238ef98d394e4f0b.tar.gz binaryen-c34dd278a73ecb34fb10825f238ef98d394e4f0b.tar.bz2 binaryen-c34dd278a73ecb34fb10825f238ef98d394e4f0b.zip |
Merge pull request #55 from WebAssembly/support-command-line
Start moving command-line processing to libsupport.a
Diffstat (limited to 'src/s2wasm-main.cpp')
-rw-r--r-- | src/s2wasm-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s2wasm-main.cpp b/src/s2wasm-main.cpp index 86a9737a7..00b71ab16 100644 --- a/src/s2wasm-main.cpp +++ b/src/s2wasm-main.cpp @@ -18,7 +18,7 @@ // wasm2asm console tool // -#include "command-line.h" +#include "support/command-line.h" #include "s2wasm.h" using namespace cashew; |