diff options
Diffstat (limited to '')
-rw-r--r-- | bruiser/wasm.h | 1 |
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" { |