python-ldap/python-ldap-2.2.0-sasl.patch

12 lines
310 B
Diff
Raw Normal View History

--- python-ldap-2.2.0/Modules/LDAPObject.c.orig 2006-10-20 15:50:37.000000000 +0200
+++ python-ldap-2.2.0/Modules/LDAPObject.c 2006-10-20 15:51:06.000000000 +0200
@@ -19,7 +19,7 @@
#include "options.h"
#ifdef HAVE_SASL
-#include <sasl.h>
+#include <sasl/sasl.h>
#endif
static void free_attrs(char***);