X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/70ad1dc8a19d6edd9b97aa81f32cfd65758ae97d..refs/heads/master:/sys/_libc_fork_child.c diff --git a/sys/_libc_fork_child.c b/sys/_libc_fork_child.c index 596fab3..e6c2b57 100644 --- a/sys/_libc_fork_child.c +++ b/sys/_libc_fork_child.c @@ -24,7 +24,11 @@ * _libc_fork_child() is called from Libsystem's libSystem_atfork_child() */ #include +#if __has_include() #include +#else +#define CRSetCrashLogMessage(...) +#endif #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wstrict-prototypes"