summaryrefslogtreecommitdiff
path: root/src/template/wasm2c.declarations.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/wasm2c.declarations.c')
-rw-r--r--src/template/wasm2c.declarations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/wasm2c.declarations.c b/src/template/wasm2c.declarations.c
index 3861c52d..f036ba19 100644
--- a/src/template/wasm2c.declarations.c
+++ b/src/template/wasm2c.declarations.c
@@ -122,7 +122,7 @@ DEFINE_STORE(i64_store32, u32, u64)
#if defined(_MSC_VER)
-#include <intrin.h>
+#define alloca _alloca
// Adapted from
// https://github.com/nemequ/portable-snippets/blob/master/builtin/builtin.h