From e7a6a3ec0da01666c8e0c9772007ce7146df9d75 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 2 Jul 2010 00:32:52 +0200 Subject: s3: avoid global include of ads.h. Guenther --- source3/winbindd/nss_info.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/nss_info.c') diff --git a/source3/winbindd/nss_info.c b/source3/winbindd/nss_info.c index 82eb6c7db5..67ffbf21cc 100644 --- a/source3/winbindd/nss_info.c +++ b/source3/winbindd/nss_info.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "ads.h" #include "nss_info.h" static struct nss_function_entry *backends = NULL; -- cgit