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/auth/auth_wbc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth/auth_wbc.c') diff --git a/source3/auth/auth_wbc.c b/source3/auth/auth_wbc.c index 06ddbb1277..6150040229 100644 --- a/source3/auth/auth_wbc.c +++ b/source3/auth/auth_wbc.c @@ -38,6 +38,7 @@ */ #include "includes.h" +#include "auth.h" #include "nsswitch/libwbclient/wbclient.h" #undef DBGC_CLASS -- cgit