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/lib/filename_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib') diff --git a/source3/lib/filename_util.c b/source3/lib/filename_util.c index aad8a08e2b..f12ca2d781 100644 --- a/source3/lib/filename_util.c +++ b/source3/lib/filename_util.c @@ -17,6 +17,7 @@ along with this program. If not, see . */ #include "includes.h" +#include "smbd/smbd.h" /** * XXX: This is temporary and there should be no callers of this outside of -- cgit