summaryrefslogtreecommitdiff
path: root/source3/modules/nfs4_acls.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-22 22:34:22 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:08 +0200
commit45364f5e69c4ef00f6870e11213da930e802b6d0 (patch)
tree0c8095f8f5b1dfddca8c1de03152dfdb06c0f3d5 /source3/modules/nfs4_acls.c
parent8c24ebf371d8aff4742a2ba063a8789e20eaaabc (diff)
downloadsamba-45364f5e69c4ef00f6870e11213da930e802b6d0.tar.gz
samba-45364f5e69c4ef00f6870e11213da930e802b6d0.tar.bz2
samba-45364f5e69c4ef00f6870e11213da930e802b6d0.zip
s3-vfs: include smbd/smbd.h in vfs modules.
Guenther
Diffstat (limited to 'source3/modules/nfs4_acls.c')
-rw-r--r--source3/modules/nfs4_acls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index b7509c85d2..14d464451f 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -18,6 +18,7 @@
*/
#include "includes.h"
+#include "smbd/smbd.h"
#include "nfs4_acls.h"
#include "librpc/gen_ndr/ndr_security.h"
#include "../libcli/security/dom_sid.h"