diff options
author | Günther Deschner <gd@samba.org> | 2010-08-18 16:44:47 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 00:20:28 +0200 |
commit | b5bdcdd65e5292223fae9892eb5575b872b27591 (patch) | |
tree | a23a690dd1d7da5d7767eaf4752f8e7ec3d4e588 /source3/libsmb | |
parent | c2177909187ad104d5d2e13bad0f45fb97d121e2 (diff) | |
download | samba-b5bdcdd65e5292223fae9892eb5575b872b27591.tar.gz samba-b5bdcdd65e5292223fae9892eb5575b872b27591.tar.bz2 samba-b5bdcdd65e5292223fae9892eb5575b872b27591.zip |
s3-build: only include "fake_file.h" where needed.
Guenther
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/cliquota.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |