From: Christian Ambach Date: Fri, 15 Jul 2011 13:54:25 +0000 (+0200) Subject: s3:lib/afs fix the build with --with-vfs-afsacl X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=f2be12fa8f97a02885aa46fa8e725970d73e3885;p=mat%2Fsamba.git s3:lib/afs fix the build with --with-vfs-afsacl This fixes the second piece of Bug #8263 --- 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