From 55726840ab876c0e6a605efc0a8341bf33f31570 Mon Sep 17 00:00:00 2001 From: Nikolay Volosatov Date: Fri, 13 Sep 2024 09:38:08 +0100 Subject: [PATCH] Fix _ucontext64.h include (#565) --- Sources/KSCrashRecordingCore/KSMachineContext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/KSCrashRecordingCore/KSMachineContext.c b/Sources/KSCrashRecordingCore/KSMachineContext.c index d97a07d1..4832210c 100644 --- a/Sources/KSCrashRecordingCore/KSMachineContext.c +++ b/Sources/KSCrashRecordingCore/KSMachineContext.c @@ -28,7 +28,7 @@ #include -#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 180000 // Xcode 16.0 +#if __has_include() #include #endif