summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/session_utils.h')
-rw-r--r--libs/ardour/ardour/session_utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/ardour/session_utils.h b/libs/ardour/ardour/session_utils.h
index ab24e976b2..bd9cc92267 100644
--- a/libs/ardour/ardour/session_utils.h
+++ b/libs/ardour/ardour/session_utils.h
@@ -23,9 +23,11 @@
#include <string>
+#include "ardour/libardour_visibility.h"
+
namespace ARDOUR {
-int find_session (std::string str, std::string& path, std::string& snapshot, bool& isnew);
+ LIBARDOUR_API extern int find_session (std::string str, std::string& path, std::string& snapshot, bool& isnew);
};