diff options
author | SATOH Fumiyasu <fumiyas@osstech.co.jp> | 2011-08-22 13:48:40 +0900 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-08-25 23:06:11 +0200 |
commit | faa769ec19b6486675048734837a6e2237d6f0a4 (patch) | |
tree | f44d6003969a6bf6078e2a5cfa5daa49cf57dcb8 | |
parent | 77810431c9568fa8a4047dc8c9eb19768f1e20a1 (diff) | |
download | samba-faa769ec19b6486675048734837a6e2237d6f0a4.tar.gz samba-faa769ec19b6486675048734837a6e2237d6f0a4.tar.bz2 samba-faa769ec19b6486675048734837a6e2237d6f0a4.zip |
s3: Fix the build of vfs_aixacl2.c
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Aug 25 23:06:12 CEST 2011 on sn-devel-104
-rw-r--r-- | source3/modules/vfs_aixacl2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_aixacl2.c b/source3/modules/vfs_aixacl2.c index e74c00f423..5ded2a8f2e 100644 --- a/source3/modules/vfs_aixacl2.c +++ b/source3/modules/vfs_aixacl2.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "smbd/smbd.h" #include "nfs4_acls.h" |