summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/cpus.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/cpus.h')
-rw-r--r--libs/pbd/pbd/cpus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/pbd/cpus.h b/libs/pbd/pbd/cpus.h
index 1488f30068..c71567ddac 100644
--- a/libs/pbd/pbd/cpus.h
+++ b/libs/pbd/pbd/cpus.h
@@ -23,6 +23,8 @@
#include <stdint.h>
-extern uint32_t hardware_concurrency ();
+#include "pbd/libpbd_visibility.h"
+
+LIBPBD_API extern uint32_t hardware_concurrency ();
#endif /* __libpbd_cpus_h__ */