From f2be12fa8f97a02885aa46fa8e725970d73e3885 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Fri, 15 Jul 2011 15:54:25 +0200 Subject: [PATCH] s3:lib/afs fix the build with --with-vfs-afsacl This fixes the second piece of Bug #8263 --- source3/modules/vfs_afsacl.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.34.1