From f9f8007361583c1d38be7e15eeae6b58a09614b3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 28 May 2010 02:19:32 +0200 Subject: s3-build: only use ndr_security.h where needed. Guenther --- source3/modules/vfs_acl_common.c | 2 ++ 1 file changed, 2 insertions(+) (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 46d54c2d81..a3f207738e 100644 --- a/source3/modules/vfs_acl_common.c +++ b/source3/modules/vfs_acl_common.c @@ -19,6 +19,8 @@ * along with this program; if not, see . */ +#include "../librpc/gen_ndr/ndr_security.h" + static NTSTATUS create_acl_blob(const struct security_descriptor *psd, DATA_BLOB *pblob, uint16_t hash_type, -- cgit