diff options
author | Günther Deschner <gd@samba.org> | 2011-03-24 14:15:54 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
commit | bd471d30047e7053a0accf8b7a3caf0472d06486 (patch) | |
tree | 862b90a8a1d4b4cd2ec95dc8ccbfdf717ad8b734 /source3/modules/vfs_acl_tdb.c | |
parent | 3061f44fc9f6cf5b532cd59598d166e52c8cef36 (diff) | |
download | samba-bd471d30047e7053a0accf8b7a3caf0472d06486.tar.gz |
s3-auth: vfs modules need auth.h
Guenther
Diffstat (limited to 'source3/modules/vfs_acl_tdb.c')
-rw-r--r-- | source3/modules/vfs_acl_tdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c index a5f21329a46..7a9e10d4be7 100644 --- a/source3/modules/vfs_acl_tdb.c +++ b/source3/modules/vfs_acl_tdb.c @@ -27,6 +27,7 @@ #include "librpc/gen_ndr/ndr_xattr.h" #include "../lib/crypto/crypto.h" #include "dbwrap.h" +#include "auth.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_VFS |