summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_afsacl.c
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2011-07-15 15:54:25 +0200
committerChristian Ambach <ambi@samba.org>2011-07-21 14:55:07 +0200
commitf2be12fa8f97a02885aa46fa8e725970d73e3885 (patch)
tree7560a834010bb61bc71409dabcda5372202e1dcd /source3/modules/vfs_afsacl.c
parentffef23d40f100ba678bc2af73eb24bc6fc93356e (diff)
downloadsamba-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/vfs_afsacl.c')
-rw-r--r--source3/modules/vfs_afsacl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/modules/vfs_afsacl.c b/source3/modules/vfs_afsacl.c
index 2ef6adf953d..ac90d30d9ff 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