diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-02-04 14:08:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:47 -0500 |
commit | 1a53c1dc927efbc6a594ed513feb9ab9247078e8 (patch) | |
tree | 1a93785abb3ba5af9e321dcc9bb299f30c512ffd /source4/torture/ldap | |
parent | 289e9baa1d9ab7fa36d88a5cd50c0a0f706c07bb (diff) | |
download | samba-1a53c1dc927efbc6a594ed513feb9ab9247078e8.tar.gz samba-1a53c1dc927efbc6a594ed513feb9ab9247078e8.tar.bz2 samba-1a53c1dc927efbc6a594ed513feb9ab9247078e8.zip |
r13346: use private proto header files for the torture tests
metze
(This used to be commit 67837dbd2bcff8ec1917ba02884ee2eaa0776b46)
Diffstat (limited to 'source4/torture/ldap')
-rw-r--r-- | source4/torture/ldap/basic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/ldap/basic.c b/source4/torture/ldap/basic.c index 64c4dbfdf0..b7a2242c95 100644 --- a/source4/torture/ldap/basic.c +++ b/source4/torture/ldap/basic.c @@ -25,6 +25,8 @@ #include "libcli/ldap/ldap_client.h" #include "lib/cmdline/popt_common.h" +#include "torture/ldap/proto.h" + static BOOL test_bind_simple(struct ldap_connection *conn, const char *userdn, const char *password) { NTSTATUS status; |