From 6efe8ceeff4ff0a24dce194f0d9b0876ade84332 Mon Sep 17 00:00:00 2001 From: EZ4Stephen Date: Tue, 2 Dec 2025 21:45:34 +0400 Subject: [PATCH] Update conditional include for pthread.h Further exclusion of the use of ardourext/pthread.h --- libs/pbd/pbd/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/pbd/debug.h b/libs/pbd/pbd/debug.h index 7efea83d11..146adcb26e 100644 --- a/libs/pbd/pbd/debug.h +++ b/libs/pbd/pbd/debug.h @@ -30,7 +30,7 @@ #include "pbd/timing.h" /* check for PTW32_VERSION */ -#ifdef COMPILER_MSVC +#if defined(COMPILER_MSVC) && !defined(OTHER1) #include #else #include