From d7d313851aed176d1caf7374a87c5ad327cb00a8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 00:39:43 +0200 Subject: s3-tldap: only include tldap when actually needed. Guenther --- source3/lib/tldap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/tldap.c') 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) { -- cgit