From 04f8c229de7ffad5f4ec1a0bb68c2c8b4ccf4e15 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 --- client/cifs.upcall.c | 1 + 1 file changed, 1 insertion(+) (limited to 'client/cifs.upcall.c') diff --git a/client/cifs.upcall.c b/client/cifs.upcall.c index 063e4237f4..bfc70d15ed 100644 --- a/client/cifs.upcall.c +++ b/client/cifs.upcall.c @@ -27,6 +27,7 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k #include "includes.h" #include "../libcli/auth/spnego.h" +#include "smb_krb5.h" #include #include -- cgit