blob: 1e92c9bb6fe59457bf0868a4c39b34ddbaf3f9f3 (
plain)
1 --- ldap-nss.c~ 2006-02-25 02:43:33.503639826 -0800
2 +++ ldap-nss.c 2006-02-25 02:50:51.943806612 -0800
3 @@ -72,6 +72,8 @@
4 #include <sasl/sasl.h>
5 #elif defined(HAVE_SASL_H)
6 #include <sasl.h>
7 +#elif defined(HAVE_SASL_SASL_H)
8 +#include <sasl/sasl.h>
9 #endif
10
11 #ifndef HAVE_SNPRINTF
|