summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_solarisacl.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-13 23:48:33 +0200
committerGünther Deschner <gd@samba.org>2011-04-14 00:47:57 +0200
commit321587e44a337e8c47ed3a3c22dd1243d06d8a26 (patch)
tree7c30f7244e3732ea8c73548b66fe13f1afeb4ab0 /source3/modules/vfs_solarisacl.c
parentc4331f6fcfa68822193a7ac9697d14bf8e0cde3b (diff)
downloadsamba-321587e44a337e8c47ed3a3c22dd1243d06d8a26.tar.gz
samba-321587e44a337e8c47ed3a3c22dd1243d06d8a26.tar.bz2
samba-321587e44a337e8c47ed3a3c22dd1243d06d8a26.zip
s3-includes: only include acl prototypes when needed.
Guenther
Diffstat (limited to 'source3/modules/vfs_solarisacl.c')
-rw-r--r--source3/modules/vfs_solarisacl.c2
1 files changed, 1 insertions, 1 deletions
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;