<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.old	2017-04-14 10:36:27.000000000 -0700
+++ ./lib/system/certs.c	2017-04-14 10:37:10.000000000 -0700
@@ -47,8 +47,15 @@
 #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>