summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-07 10:37:09 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-07 10:37:09 +0000
commit1ad5bc381ab00f0699f025cb64db7cb4fa102c13 (patch)
tree87996e5332169dbd0846189cf380d76b5702681e /source
parent8fc7bc0ee6919f2c1d438e924fbb8b44f87dee63 (diff)
downloadsamba-1ad5bc381ab00f0699f025cb64db7cb4fa102c13.tar.gz
more solaris acl fixes
Diffstat (limited to 'source')
-rw-r--r--source/include/includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 2c4c09f6752..fdfd1d3d37a 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -224,6 +224,10 @@
#include <sys/vfs.h>
#endif
+#ifdef HAVE_SYS_ACL_H
+#include <sys/acl.h>
+#endif
+
#ifdef HAVE_SYS_FS_S5PARAM_H
#include <sys/fs/s5param.h>
#endif