Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / utils / mono-uri.h
index dddb611f04c36738f0eaed3581082f6b9effedc7..3cbc85e6c021997d24bd8e741898aa8823ffba9f 100644 (file)
@@ -1,7 +1,13 @@
+/**
+ * \file
+ */
+
 #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 */