From 5b3a32be97a37c119e837bdee8f049684565458c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 26 Nov 2009 10:15:45 +0100 Subject: s3-kerberos: next step to resolve Bug #6929: build with recent heimdal. Based on patch from Allan . Also should fix the FreeBSD build on the buildfarm. Guenther --- nsswitch/winbind_krb5_locator.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nsswitch/winbind_krb5_locator.c') diff --git a/nsswitch/winbind_krb5_locator.c b/nsswitch/winbind_krb5_locator.c index 272e7dbab1..db6e8d0d6c 100644 --- a/nsswitch/winbind_krb5_locator.c +++ b/nsswitch/winbind_krb5_locator.c @@ -26,7 +26,11 @@ #if defined(HAVE_KRB5) && defined(HAVE_KRB5_LOCATE_PLUGIN_H) -#include +#if HAVE_COM_ERR_H +#include +#endif + +#include #include #ifndef KRB5_PLUGIN_NO_HANDLE -- cgit