Skip to content

Commit

Permalink
Fix _ucontext64.h include (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamx23 authored Sep 13, 2024
1 parent 75979a4 commit 5572684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KSCrashRecordingCore/KSMachineContext.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include <mach/mach.h>

#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 180000 // Xcode 16.0
#if __has_include(<sys/_types/_ucontext64.h>)
#include <sys/_types/_ucontext64.h>
#endif

Expand Down

0 comments on commit 5572684

Please sign in to comment.