aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/wasm.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-07-19 00:09:20 +0000
committerbloodstalker <thabogre@gmail.com>2018-07-19 00:09:20 +0000
commit82dff3bff1b0d97585a2cbd574879057405cf363 (patch)
tree6b058fa70eb5176e21e6e51c80ff7d281801f565 /bruiser/wasm.h
parentfixing travis (diff)
downloadmutator-82dff3bff1b0d97585a2cbd574879057405cf363.tar.gz
mutator-82dff3bff1b0d97585a2cbd574879057405cf363.zip
a fix for the luatablegen json file, added a new option to load.py, minor cosmetic changes
Diffstat (limited to '')
-rw-r--r--bruiser/wasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bruiser/wasm.h b/bruiser/wasm.h
index 5c21c99..7a716ba 100644
--- a/bruiser/wasm.h
+++ b/bruiser/wasm.h
@@ -24,6 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*
#include "./lua-5.3.4/src/lua.h"
#include "./lua-5.3.4/src/lauxlib.h"
#include "./lua-5.3.4/src/lualib.h"
+//#include <Python.h>
#ifdef __cplusplus
extern "C" {