From bd471d30047e7053a0accf8b7a3caf0472d06486 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Mar 2011 14:15:54 +0100 Subject: s3-auth: vfs modules need auth.h Guenther --- source3/modules/vfs_expand_msdfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/vfs_expand_msdfs.c') diff --git a/source3/modules/vfs_expand_msdfs.c b/source3/modules/vfs_expand_msdfs.c index ab0a8412e8..f1f82d243e 100644 --- a/source3/modules/vfs_expand_msdfs.c +++ b/source3/modules/vfs_expand_msdfs.c @@ -22,6 +22,7 @@ #include "smbd/smbd.h" #include "../librpc/gen_ndr/ndr_netlogon.h" #include "smbd/globals.h" +#include "auth.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_VFS -- cgit