Align libgc vcxproj with makefile.
[mono.git] / mono / utils / mono-dl-posix.c
index c2b2b96d9d7419c0eea9d9400a84da27323b6d7a..ea1b595c4a5b6b66bb0016c10ef2cc4ed2706c98 100644 (file)
@@ -15,7 +15,7 @@
 #include <unistd.h>
 #endif
 
-#if defined(_POSIX_VERSION)
+#if defined(_POSIX_VERSION) && !defined (HOST_WASM)
 
 #include "mono/utils/mono-dl.h"
 #include "mono/utils/mono-embed.h"