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/auth/auth_domain.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth/auth_domain.c') diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index f25fb4a2c7..0fc6410fec 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -22,6 +22,7 @@ #include "../libcli/auth/libcli_auth.h" #include "../librpc/gen_ndr/ndr_netlogon.h" #include "rpc_client/cli_netlogon.h" +#include "secrets.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH -- cgit