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/libsmb/cliquota.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb/cliquota.c') diff --git a/source3/libsmb/cliquota.c b/source3/libsmb/cliquota.c index 6642cf0f93..59c06ace79 100644 --- a/source3/libsmb/cliquota.c +++ b/source3/libsmb/cliquota.c @@ -19,6 +19,7 @@ #include "includes.h" #include "../librpc/gen_ndr/ndr_security.h" +#include "fake_file.h" NTSTATUS cli_get_quota_handle(struct cli_state *cli, uint16_t *quota_fnum) { -- cgit