From 7e73214ebf614a1f876bf80d374c1e1bc9379981 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Mar 2011 02:28:05 +0100 Subject: s3-auth: use auth.h where needed. Guenther --- source3/lib/substitute.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib') diff --git a/source3/lib/substitute.c b/source3/lib/substitute.c index 297d387af5..e72a8c3b61 100644 --- a/source3/lib/substitute.c +++ b/source3/lib/substitute.c @@ -22,6 +22,7 @@ #include "includes.h" #include "system/passwd.h" #include "secrets.h" +#include "auth.h" static char *alloc_sub_basic(const char *smb_name, const char *domain_name, const char *str); -- cgit