From 2a0e42c1e5e3760551475b0ac4537f2574239d68 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 6 Mar 2019 12:23:16 +0100 Subject: [PATCH] test(runtime-c-api) Fix compilation errors in `test-memory.c`. --- lib/runtime-c-api/tests/test-memory.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/runtime-c-api/tests/test-memory.c b/lib/runtime-c-api/tests/test-memory.c index 64e028693..9adf9215c 100644 --- a/lib/runtime-c-api/tests/test-memory.c +++ b/lib/runtime-c-api/tests/test-memory.c @@ -2,6 +2,7 @@ #include "../wasmer.h" #include #include +#include int main() {