From 45364f5e69c4ef00f6870e11213da930e802b6d0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2011 22:34:22 +0100 Subject: s3-vfs: include smbd/smbd.h in vfs modules. Guenther --- source3/modules/vfs_acl_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/vfs_acl_common.c') diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c index 0e513ee682..b3e9973fda 100644 --- a/source3/modules/vfs_acl_common.c +++ b/source3/modules/vfs_acl_common.c @@ -19,6 +19,7 @@ * along with this program; if not, see . */ +#include "smbd/smbd.h" #include "system/filesys.h" #include "../libcli/security/security.h" #include "../librpc/gen_ndr/ndr_security.h" -- cgit