From 321587e44a337e8c47ed3a3c22dd1243d06d8a26 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 13 Apr 2011 23:48:33 +0200 Subject: s3-includes: only include acl prototypes when needed. Guenther --- source3/modules/vfs_solarisacl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/vfs_solarisacl.c') diff --git a/source3/modules/vfs_solarisacl.c b/source3/modules/vfs_solarisacl.c index 71da04596e..dabec5a413 100644 --- a/source3/modules/vfs_solarisacl.c +++ b/source3/modules/vfs_solarisacl.c @@ -21,7 +21,7 @@ #include "includes.h" #include "system/filesys.h" #include "smbd/smbd.h" - +#include "modules/vfs_solarisacl.h" /* typedef struct acl SOLARIS_ACE_T; */ typedef aclent_t SOLARIS_ACE_T; -- cgit