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/filename.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/filename.c') diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index 154d34a4c0..8f9b8558c1 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -25,6 +25,7 @@ */ #include "includes.h" +#include "fake_file.h" static NTSTATUS build_stream_path(TALLOC_CTX *mem_ctx, connection_struct *conn, -- cgit