Skip to content

Commit

Permalink
Fix builds on Xcode 16 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
GLinnik21 committed Jun 12, 2024
1 parent 992a1c6 commit b36b07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <stdlib.h>
#include <string.h>
#include <typeinfo>
#include <exception>


#define STACKTRACE_BUFFER_LENGTH 30
Expand Down
1 change: 1 addition & 0 deletions Sources/KSCrashRecordingCore/KSMach-O.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
#include <mach-o/loader.h>
#include <mach/mach.h>
#include <string.h>
#include <sys/types.h>

const struct load_command* ksmacho_getCommandByTypeFromHeader(const mach_header_t* header, uint32_t commandType)
{
Expand Down

0 comments on commit b36b07b

Please sign in to comment.