summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_recycle.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_recycle.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_recycle.c')
-rw-r--r--source3/modules/vfs_recycle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_recycle.c b/source3/modules/vfs_recycle.c
index 110acad75a..22f61b4b33 100644
--- a/source3/modules/vfs_recycle.c
+++ b/source3/modules/vfs_recycle.c
@@ -26,6 +26,7 @@
#include "smbd/smbd.h"
#include "system/filesys.h"
#include "../librpc/gen_ndr/ndr_netlogon.h"
+#include "auth.h"
#define ALLOC_CHECK(ptr, label) do { if ((ptr) == NULL) { DEBUG(0, ("recycle.bin: out of memory!\n")); errno = ENOMEM; goto label; } } while(0)