You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-auth/nss_ldap/files/nss_ldap-249-sasl-compile.p...

12 lines
282 B

--- ldap-nss.c~ 2006-02-25 02:43:33.503639826 -0800
+++ ldap-nss.c 2006-02-25 02:50:51.943806612 -0800
@@ -72,6 +72,8 @@
#include <sasl/sasl.h>
#elif defined(HAVE_SASL_H)
#include <sasl.h>
+#elif defined(HAVE_SASL_SASL_H)
+#include <sasl/sasl.h>
#endif
#ifndef HAVE_SNPRINTF