Fix the build. We've been missing this include for ages...
[mono.git] / mono / utils / mono-logger.h
index fc0745bec72528dce072121ee642039ca4a1c572..3f07378c769bc68b668eefdd378ca45e88dbfe7c 100644 (file)
@@ -4,10 +4,10 @@
 #include <mono/utils/mono-publib.h>
 MONO_BEGIN_DECLS
 
-void 
+MONO_API void 
 mono_trace_set_level_string (const char *value);
 
-void 
+MONO_API void 
 mono_trace_set_mask_string (const char *value);
 
 MONO_END_DECLS