From 8c24ebf371d8aff4742a2ba063a8789e20eaaabc Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2011 16:57:01 +0100 Subject: s3: include smbd/smbd.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 4238e58d10..0fda8879da 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -27,6 +27,7 @@ #include "includes.h" #include "system/filesys.h" #include "fake_file.h" +#include "smbd/smbd.h" static NTSTATUS build_stream_path(TALLOC_CTX *mem_ctx, connection_struct *conn, -- cgit