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/smbd/reply.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/reply.c') diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 0775b398d5..5533ee07d1 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -27,6 +27,7 @@ #include "includes.h" #include "printing.h" #include "smbd/globals.h" +#include "fake_file.h" #include "../librpc/gen_ndr/cli_spoolss.h" #include "rpc_client/cli_spoolss.h" #include "rpc_client/init_spoolss.h" -- cgit