From ac2ce94de059b1ff0185079899e9d3af66209762 Mon Sep 17 00:00:00 2001 From: Jorg Adam Sowa Date: Thu, 16 Jan 2025 18:57:51 +0100 Subject: [PATCH] zend_hrtime: Fix build for macOS without `clock_gettime_nsec_np()` (#17437) --- Zend/zend_hrtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_hrtime.h b/Zend/zend_hrtime.h index b050caa9ef6cd..32ecb15fe33ac 100644 --- a/Zend/zend_hrtime.h +++ b/Zend/zend_hrtime.h @@ -66,7 +66,7 @@ BEGIN_EXTERN_C() ZEND_API extern double zend_hrtime_timer_scale; -#elif ZEND_HRTIME_PLATFORM_APPLE +#elif ZEND_HRTIME_PLATFORM_APPLE_MACH_ABSOLUTE # include # include