Merge branch 'noppc' of https://github.com/mojofunk/ardour into cairocanvas
[ardour.git] / libs / pbd / pbd / cpus.h
index 1488f30068dabb57f8c988478686c9624ae05176..c71567ddac5321d8d6c44c09f6eb23696fe8e135 100644 (file)
@@ -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__ */