1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

more solaris acl fixes

This commit is contained in:
Andrew Tridgell
-
parent 8fc7bc0ee6
commit 1ad5bc381a

View File

@ -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