summaryrefslogtreecommitdiff
path: root/source3/lib/tldap.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-18 00:39:43 +0200
committerGünther Deschner <gd@samba.org>2010-05-18 00:44:27 +0200
commitd7d313851aed176d1caf7374a87c5ad327cb00a8 (patch)
tree15f2c2b492a8107386ddca836ed089f84c8dc637 /source3/lib/tldap.c
parente16ed3399adf1e0fb9f6979677711bb0ab7d0409 (diff)
downloadsamba-d7d313851aed176d1caf7374a87c5ad327cb00a8.tar.gz
samba-d7d313851aed176d1caf7374a87c5ad327cb00a8.tar.bz2
samba-d7d313851aed176d1caf7374a87c5ad327cb00a8.zip
s3-tldap: only include tldap when actually needed.
Guenther
Diffstat (limited to 'source3/lib/tldap.c')
-rw-r--r--source3/lib/tldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/tldap.c b/source3/lib/tldap.c
index fffa42cd33..25f39ed8a2 100644
--- a/source3/lib/tldap.c
+++ b/source3/lib/tldap.c
@@ -18,6 +18,7 @@
*/
#include "includes.h"
+#include "tldap.h"
bool tevent_req_is_ldap_error(struct tevent_req *req, int *perr)
{