forked from pool/python-ldap
12 lines
197 B
Diff
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***);
|