summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap_client.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-21 17:39:15 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-05-21 17:39:15 +1000
commitc8a23147fe12c693fd7944af7bb09b88393789d9 (patch)
treeafc5acd86471cab57ecac447a8396545396c5aab /source4/libcli/ldap/ldap_client.h
parent82c97e0ab840d8acfc81c3096bebc8c3d3e0bde3 (diff)
downloadsamba-c8a23147fe12c693fd7944af7bb09b88393789d9.tar.gz
samba-c8a23147fe12c693fd7944af7bb09b88393789d9.tar.bz2
samba-c8a23147fe12c693fd7944af7bb09b88393789d9.zip
s4:libcli/ldap Rename ldap.h to libcli_ldap.h
It is a problem if a samba header is called ldap.h if we also want to use OpenLDAP's ldap.h Andrew Bartlett
Diffstat (limited to 'source4/libcli/ldap/ldap_client.h')
-rw-r--r--source4/libcli/ldap/ldap_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/ldap_client.h b/source4/libcli/ldap/ldap_client.h
index 084de2e6dc..3b4da6bcf2 100644
--- a/source4/libcli/ldap/ldap_client.h
+++ b/source4/libcli/ldap/ldap_client.h
@@ -20,7 +20,7 @@
*/
-#include "libcli/ldap/ldap.h"
+#include "libcli/ldap/libcli_ldap.h"
enum ldap_request_state { LDAP_REQUEST_SEND=1, LDAP_REQUEST_PENDING=2, LDAP_REQUEST_DONE=3, LDAP_REQUEST_ERROR=4 };