test(runtime-c-api) Fix compilation errors in test-memory.c.

This commit is contained in:
Ivan Enderlin 2019-03-06 12:23:16 +01:00
parent dcb4032e9d
commit 2a0e42c1e5

View File

@ -2,6 +2,7 @@
#include "../wasmer.h" #include "../wasmer.h"
#include <assert.h> #include <assert.h>
#include <stdint.h> #include <stdint.h>
#include <string.h>
int main() int main()
{ {