From c136b84f0d28d1a88c5918b06f81766a271a3780 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 5 Aug 2010 02:25:37 +0200 Subject: s3-secrets: only include secrets.h when needed. Guenther --- source3/lib/util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/util.c') diff --git a/source3/lib/util.c b/source3/lib/util.c index dc243ecf1d..6770a715d8 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -22,6 +22,7 @@ */ #include "includes.h" +#include "secrets.h" extern char *global_clobber_region_function; extern unsigned int global_clobber_region_line; -- cgit