diff options
author | Christian Ambach <ambi@samba.org> | 2011-07-15 15:54:25 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2011-07-21 14:55:07 +0200 |
commit | f2be12fa8f97a02885aa46fa8e725970d73e3885 (patch) | |
tree | 7560a834010bb61bc71409dabcda5372202e1dcd /source3/modules | |
parent | ffef23d40f100ba678bc2af73eb24bc6fc93356e (diff) | |
download | samba-f2be12fa8f97a02885aa46fa8e725970d73e3885.tar.gz samba-f2be12fa8f97a02885aa46fa8e725970d73e3885.tar.xz samba-f2be12fa8f97a02885aa46fa8e725970d73e3885.zip |
s3:lib/afs fix the build with --with-vfs-afsacl
This fixes the second piece of Bug #8263
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_afsacl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/modules/vfs_afsacl.c b/source3/modules/vfs_afsacl.c index 2ef6adf953..ac90d30d9f 100644 --- a/source3/modules/vfs_afsacl.c +++ b/source3/modules/vfs_afsacl.c @@ -20,6 +20,10 @@ #include "includes.h" #include "system/filesys.h" #include "smbd/smbd.h" +#include "../librpc/gen_ndr/lsa.h" +#include "../libcli/security/security.h" +#include "../libcli/security/dom_sid.h" +#include "passdb.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_VFS |