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/file_access.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/file_access.c') diff --git a/source3/smbd/file_access.c b/source3/smbd/file_access.c index 5fb0e924c5..960dcb703a 100644 --- a/source3/smbd/file_access.c +++ b/source3/smbd/file_access.c @@ -22,6 +22,7 @@ #include "system/filesys.h" #include "../libcli/security/security.h" #include "../librpc/gen_ndr/ndr_security.h" +#include "smbd/smbd.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_ACLS -- cgit