<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- helpers/basic_auth/PAM/pam_auth.c.orig	2005-05-18 02:56:25.000000000 +1000
+++ helpers/basic_auth/PAM/pam_auth.c	2009-12-19 12:19:07.000000000 +1100
@@ -71,7 +71,15 @@
 #include &lt;time.h&gt;
 #include &lt;unistd.h&gt;
 
+#if defined(__APPLE__)
+#include &lt;AvailabilityMacros.h&gt;
+#endif
+
+#if defined(MAC_OS_X_VERSION_MIN_REQUIRED) &amp;&amp; MAC_OS_X_VERSION_MIN_REQUIRED &lt; 1060
+#include &lt;pam/pam_appl.h&gt;
+#else
 #include &lt;security/pam_appl.h&gt;
+#endif
 
 #include "util.h"
 
</pre></body></html>