Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / utils / mono-path.h
index dcb69ef835239df447851189dfb3072dc5dce73c..75b9c3c5124689a031428cfbd85a75790a0be9bf 100644 (file)
@@ -1,10 +1,15 @@
+/**
+ * \file
+ */
+
 #ifndef __MONO_PATH_H
 #define __MONO_PATH_H
 
 #include <glib.h>
+#include <mono/utils/mono-publib.h>
 
-gchar *mono_path_resolve_symlinks (const char *path);
-gchar *mono_path_canonicalize (const char *path);
+MONO_API gchar *mono_path_resolve_symlinks (const char *path);
+MONO_API gchar *mono_path_canonicalize (const char *path);
 
 #endif /* __MONO_PATH_H */