summaryrefslogtreecommitdiff
path: root/libs/zita-convolver
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-11-25 16:51:24 +0100
committerRobin Gareus <robin@gareus.org>2018-11-25 16:51:24 +0100
commit3fd8dad9d6afcd265d438d0858104554346f1d44 (patch)
tree3c3d3d9713a746b09d50d081d9ec67ee7fa4c0a1 /libs/zita-convolver
parentbdc82f68e69c3f3ce37067b559aa01d605c2c8ff (diff)
Allow compilation with winpthreads -- closes #7691
Diffstat (limited to 'libs/zita-convolver')
-rw-r--r--libs/zita-convolver/zita-convolver/zita-convolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/zita-convolver/zita-convolver/zita-convolver.h b/libs/zita-convolver/zita-convolver/zita-convolver.h
index 6c4859bce5..d804e31139 100644
--- a/libs/zita-convolver/zita-convolver/zita-convolver.h
+++ b/libs/zita-convolver/zita-convolver/zita-convolver.h
@@ -34,7 +34,7 @@ namespace ArdourZita {
#endif
/* note: mingw and msvc actually use PTW32's implementation of semaphores */
-#if defined(__linux__) || defined(__GNU__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(PTW32_VERSION)
+#if defined(__linux__) || defined(__GNU__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(PTW32_VERSION) || defined (__WINPTHREADS_VERSION)
#include <semaphore.h>