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/open.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/open.c') diff --git a/source3/smbd/open.c b/source3/smbd/open.c index ba1fbf227c..2009d2ab15 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -22,6 +22,7 @@ #include "includes.h" #include "printing.h" #include "smbd/globals.h" +#include "fake_file.h" #include "librpc/gen_ndr/messaging.h" #include "../librpc/gen_ndr/ndr_security.h" -- cgit