From 51864219cc12ceb66c281355f3e1191d5e32842d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 25 Nov 2009 15:21:54 +0100 Subject: nsswitch: fix compile of winbind_krb5_locator with recent Heimdal versions. Guenther --- nsswitch/winbind_krb5_locator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nsswitch/winbind_krb5_locator.c b/nsswitch/winbind_krb5_locator.c index b9e35bdec5..272e7dbab1 100644 --- a/nsswitch/winbind_krb5_locator.c +++ b/nsswitch/winbind_krb5_locator.c @@ -26,6 +26,7 @@ #if defined(HAVE_KRB5) && defined(HAVE_KRB5_LOCATE_PLUGIN_H) +#include #include #ifndef KRB5_PLUGIN_NO_HANDLE -- cgit