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/smb2_find.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/smb2_find.c') diff --git a/source3/smbd/smb2_find.c b/source3/smbd/smb2_find.c index 4c779f92e7..3ac573c213 100644 --- a/source3/smbd/smb2_find.c +++ b/source3/smbd/smb2_find.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "smbd/smbd.h" #include "smbd/globals.h" #include "../libcli/smb/smb_common.h" #include "trans2.h" -- cgit