summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/openuri.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/openuri.h')
-rw-r--r--libs/pbd/pbd/openuri.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/pbd/pbd/openuri.h b/libs/pbd/pbd/openuri.h
index ec17b5a34a..8ba6ffca62 100644
--- a/libs/pbd/pbd/openuri.h
+++ b/libs/pbd/pbd/openuri.h
@@ -22,9 +22,11 @@
#include <string>
+#include "pbd/libpbd_visibility.h"
+
namespace PBD {
- bool open_uri (const char*);
- bool open_uri (const std::string&);
+ LIBPBD_API bool open_uri (const char*);
+ LIBPBD_API bool open_uri (const std::string&);
}
#endif