15
0
forked from pool/python-ldap
Files
python-ldap/python-ldap-sasl.patch

12 lines
197 B
Diff

--- Modules/LDAPObject.c
+++ Modules/LDAPObject.c
@@ -15,7 +15,7 @@
#include "options.h"
#ifdef HAVE_SASL
-#include <sasl.h>
+#include <sasl/sasl.h>
#endif
static void free_attrs(char***);