test(runtime-c-api) Fix a compilation error in test-instantiate.c.

This commit is contained in:
Ivan Enderlin
2019-03-06 13:14:40 +01:00
parent 603f1fc57d
commit 725aff6fee

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()
{ {