summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-18 16:44:47 +0200
committerGünther Deschner <gd@samba.org>2010-08-26 00:20:28 +0200
commitb5bdcdd65e5292223fae9892eb5575b872b27591 (patch)
treea23a690dd1d7da5d7767eaf4752f8e7ec3d4e588 /source3/smbd/filename.c
parentc2177909187ad104d5d2e13bad0f45fb97d121e2 (diff)
downloadsamba-b5bdcdd65e5292223fae9892eb5575b872b27591.tar.gz
samba-b5bdcdd65e5292223fae9892eb5575b872b27591.tar.bz2
samba-b5bdcdd65e5292223fae9892eb5575b872b27591.zip
s3-build: only include "fake_file.h" where needed.
Guenther
Diffstat (limited to 'source3/smbd/filename.c')
-rw-r--r--source3/smbd/filename.c1
1 files changed, 1 insertions, 0 deletions
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,