From 97b76364e7c8103ee6dd6e41d85d3932e46eafdc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 3 Oct 2010 10:46:22 +0200 Subject: s3: Attempt to fix a ton of warnings on the build farm --- source3/smbd/close.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd') diff --git a/source3/smbd/close.c b/source3/smbd/close.c index c25d7e1168..13ebe337e2 100644 --- a/source3/smbd/close.c +++ b/source3/smbd/close.c @@ -23,6 +23,7 @@ #include "printing.h" #include "librpc/gen_ndr/messaging.h" #include "smbd/globals.h" +#include "fake_file.h" /**************************************************************************** Run a file if it is a magic script. -- cgit