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/passdb/pdb_ads.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/passdb/pdb_ads.c') diff --git a/source3/passdb/pdb_ads.c b/source3/passdb/pdb_ads.c index 3ddf4f2dc0..a01d94e287 100644 --- a/source3/passdb/pdb_ads.c +++ b/source3/passdb/pdb_ads.c @@ -18,6 +18,8 @@ */ #include "includes.h" +#include "tldap.h" +#include "tldap_util.h" struct pdb_ads_state { struct sockaddr_un socket_address; -- cgit