From 813b281826399ad0b774d61435cebbc4e00f5d4a Mon Sep 17 00:00:00 2001 From: Davide Gerhard Date: Thu, 28 Jan 2021 08:33:55 +0100 Subject: [PATCH] pa_mac_core.c: add missing definition to fix build on older systems thanks to @kencu --- src/hostapi/coreaudio/pa_mac_core.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hostapi/coreaudio/pa_mac_core.c b/src/hostapi/coreaudio/pa_mac_core.c index cac2018..402c512 100644 --- a/src/hostapi/coreaudio/pa_mac_core.c +++ b/src/hostapi/coreaudio/pa_mac_core.c @@ -71,6 +71,10 @@ #include "pa_mac_core_utilities.h" #include "pa_mac_core_blocking.h" +#ifndef MAC_OS_X_VERSION_10_6 +#define MAC_OS_X_VERSION_10_6 1060 +#endif + #ifdef __cplusplus extern "C" -- 2.43.0