From d68c0ddaa442ec9e40a192d0b399109fc9b2d511 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 27 Nov 2009 15:52:57 +0100 Subject: s3-kerberos: only use krb5 headers where required. This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther (cherry picked from commit 60262369fc2ae19f6d9263e35b5db9b09b603a1b) --- source/winbindd/winbindd_pam.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/winbindd/winbindd_pam.c') diff --git a/source/winbindd/winbindd_pam.c b/source/winbindd/winbindd_pam.c index 646bef30fdc..51305972eef 100644 --- a/source/winbindd/winbindd_pam.c +++ b/source/winbindd/winbindd_pam.c @@ -24,6 +24,8 @@ #include "includes.h" #include "winbindd.h" +#include "smb_krb5.h" + #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND -- cgit