From 3fd8dad9d6afcd265d438d0858104554346f1d44 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 25 Nov 2018 16:51:24 +0100 Subject: Allow compilation with winpthreads -- closes #7691 --- libs/zita-convolver/zita-convolver/zita-convolver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') 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 -- cgit v1.2.3