From 195e7f0b0506582d91db20752651638d42db0150 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Sat, 27 Apr 2019 08:18:21 -0400 Subject: [PATCH] Add missing include --- mono/utils/mono-dl-wasm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mono/utils/mono-dl-wasm.c b/mono/utils/mono-dl-wasm.c index bf1561dcb83..f325b513244 100644 --- a/mono/utils/mono-dl-wasm.c +++ b/mono/utils/mono-dl-wasm.c @@ -11,6 +11,7 @@ #include #include #include +#include const char * mono_dl_get_so_prefix (void) -- 2.11.4.GIT