12 lines
310 B
Diff
12 lines
310 B
Diff
--- 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***);
|