diff options
author | Günther Deschner <gd@samba.org> | 2011-03-30 15:14:05 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 16:00:02 +0200 |
commit | 53bdf43acab2f8808fb205a719ff6323543a6440 (patch) | |
tree | 4288b76066b99145d462b6ced67af845983c98c9 /source3/modules/vfs_irixacl.c | |
parent | 33082d016ee27537af0514d5eebcdaf0360fa4f7 (diff) | |
download | samba-53bdf43acab2f8808fb205a719ff6323543a6440.tar.gz samba-53bdf43acab2f8808fb205a719ff6323543a6440.tar.xz samba-53bdf43acab2f8808fb205a719ff6323543a6440.zip |
s3-vfs acl modules: more non-linux build fixes.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Mar 30 16:00:02 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/modules/vfs_irixacl.c')
-rw-r--r-- | source3/modules/vfs_irixacl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_irixacl.c b/source3/modules/vfs_irixacl.c index cceddb2f8d..26f13cf6f0 100644 --- a/source3/modules/vfs_irixacl.c +++ b/source3/modules/vfs_irixacl.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "smbd/smbd.h" /* prototypes for private functions first - for clarity */ |