summaryrefslogtreecommitdiff
path: root/libs/zita-convolver
diff options
context:
space:
mode:
authornia <nia@netbsd.org>2020-02-12 04:04:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2020-03-26 09:39:44 -0600
commitb490100c1b110509cd66c7d14db703f2e81c87d9 (patch)
treeda3220da9e0d5b3b0f4f0c490ce9a52eb69c042c /libs/zita-convolver
parent1607d6a6c1de9ee24aa7bf2d6d57a571f53facce (diff)
Use POSIX semaphores on NetBSD too.
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 d804e31139..0448aa491e 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) || defined (__WINPTHREADS_VERSION)
+#if defined(__linux__) || defined(__GNU__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(PTW32_VERSION) || defined (__WINPTHREADS_VERSION)
#include <semaphore.h>