<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- lib/system/certs.c.orig	2023-08-04 01:20:32
+++ lib/system/certs.c	2023-08-11 05:05:09
@@ -47,7 +47,13 @@
 #ifdef __APPLE__
 #include &lt;CoreFoundation/CoreFoundation.h&gt;
 #include &lt;Security/Security.h&gt;
+#ifndef __MAC_OS_X_VERSION_MIN_REQUIRED
+#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ &gt;= 1050
 #include &lt;Availability.h&gt;
+#else
+# include &lt;AvailabilityMacros.h&gt;
+#endif
+#endif
 #endif
 
 /* System specific function wrappers for certificate stores.
</pre></body></html>