summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_full_audit.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-24 14:15:54 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:09 +0200
commitbd471d30047e7053a0accf8b7a3caf0472d06486 (patch)
tree862b90a8a1d4b4cd2ec95dc8ccbfdf717ad8b734 /source3/modules/vfs_full_audit.c
parent3061f44fc9f6cf5b532cd59598d166e52c8cef36 (diff)
downloadsamba-bd471d30047e7053a0accf8b7a3caf0472d06486.tar.gz
samba-bd471d30047e7053a0accf8b7a3caf0472d06486.tar.bz2
samba-bd471d30047e7053a0accf8b7a3caf0472d06486.zip
s3-auth: vfs modules need auth.h
Guenther
Diffstat (limited to 'source3/modules/vfs_full_audit.c')
-rw-r--r--source3/modules/vfs_full_audit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c
index c9a9e3d485..024a179878 100644
--- a/source3/modules/vfs_full_audit.c
+++ b/source3/modules/vfs_full_audit.c
@@ -62,6 +62,7 @@
#include "system/syslog.h"
#include "smbd/smbd.h"
#include "../librpc/gen_ndr/ndr_netlogon.h"
+#include "auth.h"
static int vfs_full_audit_debug_level = DBGC_VFS;