Add a couple of pthread helper macros
[ardour.git] / libs / pbd / pbd / malign.h
index bc78882dc780bb9941bca46f3e5345fc3eaaef6b..07f42f586f40fe39b18c2b04e45b3279a399e7d2 100644 (file)
@@ -22,6 +22,8 @@
 
 #include <stdlib.h>
 
-int cache_aligned_malloc (void** memptr, size_t size);
+#include "pbd/libpbd_visibility.h"
+
+LIBPBD_API int cache_aligned_malloc (void** memptr, size_t size);
 
 #endif /* __pbd_malign_h__ */