mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-27 12:01:50 +00:00
7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
|
#include "config.h"
|
||
|
#ifdef HAVE_64_BIT_MACH_EXCEPTIONS
|
||
|
#import <mach/mach_exc.defs>
|
||
|
#else
|
||
|
#import <mach/exc.defs>
|
||
|
#endif
|