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/libads/util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libads/util.c') diff --git a/source3/libads/util.c b/source3/libads/util.c index 9dcb906a37..f028c75cfe 100644 --- a/source3/libads/util.c +++ b/source3/libads/util.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "ads.h" #ifdef HAVE_KRB5 -- cgit