diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-10 07:08:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:39 -0500 |
commit | 501379431c7fc6c9a78e74eca43b208184debce6 (patch) | |
tree | 62d4e5031facfe7987b400d464f638efa7156aea /source4/torture/ldap | |
parent | bed7c9ec32b7d4083ba4ed2abbf3b6126bee7a25 (diff) | |
download | samba-501379431c7fc6c9a78e74eca43b208184debce6.tar.gz samba-501379431c7fc6c9a78e74eca43b208184debce6.tar.xz samba-501379431c7fc6c9a78e74eca43b208184debce6.zip |
r5305: removed libcli/ldap/ldap.h from includes.h
(This used to be commit 0df3fdd8178085c40f9cd776cc3e1486ca559c8e)
Diffstat (limited to 'source4/torture/ldap')
-rw-r--r-- | source4/torture/ldap/basic.c | 1 | ||||
-rw-r--r-- | source4/torture/ldap/common.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/ldap/basic.c b/source4/torture/ldap/basic.c index 99f79c8c50c..936a8dbe510 100644 --- a/source4/torture/ldap/basic.c +++ b/source4/torture/ldap/basic.c @@ -22,6 +22,7 @@ */ #include "includes.h" +#include "libcli/ldap/ldap.h" BOOL test_bind_simple(struct ldap_connection *conn, const char *userdn, const char *password) { diff --git a/source4/torture/ldap/common.c b/source4/torture/ldap/common.c index b9f0f5c655a..f421565cbd9 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) { |