From b5bdcdd65e5292223fae9892eb5575b872b27591 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 16:44:47 +0200 Subject: s3-build: only include "fake_file.h" where needed. Guenther --- source3/utils/smbcquotas.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils') diff --git a/source3/utils/smbcquotas.c b/source3/utils/smbcquotas.c index f575872b0d..f473808886 100644 --- a/source3/utils/smbcquotas.c +++ b/source3/utils/smbcquotas.c @@ -25,6 +25,7 @@ #include "popt_common.h" #include "../librpc/gen_ndr/ndr_lsa.h" #include "rpc_client/cli_lsarpc.h" +#include "fake_file.h" static char *server; -- cgit