summaryrefslogtreecommitdiff
path: root/src/template/wasm2c.includes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/wasm2c.includes.c')
-rw-r--r--src/template/wasm2c.includes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/template/wasm2c.includes.c b/src/template/wasm2c.includes.c
index 59def29c..d89a9475 100644
--- a/src/template/wasm2c.includes.c
+++ b/src/template/wasm2c.includes.c
@@ -1,5 +1,6 @@
#include <assert.h>
#include <math.h>
+#include <stddef.h>
#include <string.h>
#if defined(_MSC_VER)
#include <intrin.h>