]> git.pld-linux.org Git - packages/python-ldap.git/blame - python-ldap-sasl2.patch
- updated to 2.0.0pre13
[packages/python-ldap.git] / python-ldap-sasl2.patch
CommitLineData
009eb809
JK
1diff -durN python-ldap-2.0.0pre06.orig/Modules/LDAPObject.c python-ldap-2.0.0pre06/Modules/LDAPObject.c
2--- python-ldap-2.0.0pre06.orig/Modules/LDAPObject.c Fri Aug 16 20:03:47 2002
3+++ python-ldap-2.0.0pre06/Modules/LDAPObject.c Fri Jan 17 09:43:07 2003
4@@ -15,7 +15,7 @@
5 #include "options.h"
6
7 #ifdef HAVE_SASL
8-#include <sasl.h>
9+#include <sasl/sasl.h>
10 #endif
11
12 static void free_attrs(char***);
This page took 0.033581 seconds and 4 git commands to generate.