summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/shortpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/shortpath.h')
-rw-r--r--libs/pbd/pbd/shortpath.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/pbd/shortpath.h b/libs/pbd/pbd/shortpath.h
index 55431bf34e..48dbb0eee2 100644
--- a/libs/pbd/pbd/shortpath.h
+++ b/libs/pbd/pbd/shortpath.h
@@ -22,6 +22,8 @@
#include <glibmm/ustring.h>
-Glib::ustring short_path (const Glib::ustring& path, Glib::ustring::size_type target_characters);
+#include "pbd/libpbd_visibility.h"
+
+LIBPBD_API Glib::ustring short_path (const Glib::ustring& path, Glib::ustring::size_type target_characters);
#endif /* __pbd_shortpath_h__ */