summaryrefslogtreecommitdiff
path: root/source4/torture/ldap/common.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-10 07:08:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:39 -0500
commit501379431c7fc6c9a78e74eca43b208184debce6 (patch)
tree62d4e5031facfe7987b400d464f638efa7156aea /source4/torture/ldap/common.c
parentbed7c9ec32b7d4083ba4ed2abbf3b6126bee7a25 (diff)
downloadsamba-501379431c7fc6c9a78e74eca43b208184debce6.tar.gz
samba-501379431c7fc6c9a78e74eca43b208184debce6.tar.bz2
samba-501379431c7fc6c9a78e74eca43b208184debce6.zip
r5305: removed libcli/ldap/ldap.h from includes.h
(This used to be commit 0df3fdd8178085c40f9cd776cc3e1486ca559c8e)
Diffstat (limited to 'source4/torture/ldap/common.c')
-rw-r--r--source4/torture/ldap/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/ldap/common.c b/source4/torture/ldap/common.c
index b9f0f5c655..f421565cbd 100644
--- a/source4/torture/ldap/common.c
+++ b/source4/torture/ldap/common.c
@@ -23,6 +23,7 @@
#include "includes.h"
#include "asn_1.h"
+#include "libcli/ldap/ldap.h"
NTSTATUS torture_ldap_bind(struct ldap_connection *conn, const char *userdn, const char *password)
{