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/winbindd/winbindd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd.c') diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 86c328593a..6e7dfce09a 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -34,6 +34,7 @@ #include "idmap.h" #include "lib/addrchange.h" #include "serverid.h" +#include "auth.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND -- cgit