diff options
author | JF Bastien <github@jfbastien.com> | 2016-02-03 11:06:25 +0100 |
---|---|---|
committer | JF Bastien <github@jfbastien.com> | 2016-02-03 11:06:25 +0100 |
commit | ff497f7a261331b3aa6a1e7a1f8a5e476f856d3c (patch) | |
tree | b81daf12f87a8c119ca7e55356c0602c4ebf8d0c /src/wasm-interpreter.h | |
parent | 5c9cb3b2176a20f3a645546c1f7e97e5414f0309 (diff) | |
parent | 66da1ee9cc70e3848c45745c21a244e54512fa9c (diff) | |
download | binaryen-ff497f7a261331b3aa6a1e7a1f8a5e476f856d3c.tar.gz binaryen-ff497f7a261331b3aa6a1e7a1f8a5e476f856d3c.tar.bz2 binaryen-ff497f7a261331b3aa6a1e7a1f8a5e476f856d3c.zip |
Merge pull request #170 from WebAssembly/bits-support
Move bits.h to support/
Diffstat (limited to 'src/wasm-interpreter.h')
-rw-r--r-- | src/wasm-interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h index 381176390..e0006f37b 100644 --- a/src/wasm-interpreter.h +++ b/src/wasm-interpreter.h @@ -25,7 +25,7 @@ #include <limits.h> -#include "bits.h" +#include "support/bits.h" #include "wasm.h" namespace wasm { |