[gacutil] Use IKVM.Reflection instead of System.Reflection (#3582)
[mono.git] / mono / utils / mono-uri.h
index 96dc9eeed085f04059f4ccf75eaecd665d10bc00..1a92a8f7ef86a3fa84b518daaf6dd21fe6925cfc 100644 (file)
@@ -1,8 +1,9 @@
 #ifndef __MONO_URI_H
 #define __MONO_URI_H
 #include <glib.h>
+#include <mono/utils/mono-publib.h>
 
-gchar * mono_escape_uri_string (const gchar *string);
+MONO_API gchar * mono_escape_uri_string (const gchar *string);
 
 #endif /* __MONO_URI_H */