summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/semaphore.h')
-rw-r--r--libs/pbd/pbd/semaphore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/pbd/pbd/semaphore.h b/libs/pbd/pbd/semaphore.h
index e54063a15a..a2390f5a18 100644
--- a/libs/pbd/pbd/semaphore.h
+++ b/libs/pbd/pbd/semaphore.h
@@ -29,6 +29,7 @@
# include <errno.h>
#endif
+#include "pbd/libpbd_visibility.h"
#include "pbd/failed_constructor.h"
namespace PBD {
@@ -45,7 +46,7 @@ namespace PBD {
only safe way to reliably signal from a real-time audio thread. The
counting semantics also complement ringbuffers of events nicely.
*/
-class Semaphore
+class LIBPBD_API Semaphore
{
public:
/**