diff options
author | Günther Deschner <gd@samba.org> | 2009-11-25 15:21:54 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-25 17:58:52 +0100 |
commit | 51864219cc12ceb66c281355f3e1191d5e32842d (patch) | |
tree | 3a02abe62af58635aa872c6d14aa3cb32b5351c7 | |
parent | 660ee2e74523194e5f6b2b6428d76628beb74717 (diff) | |
download | samba-51864219cc12ceb66c281355f3e1191d5e32842d.tar.gz |
nsswitch: fix compile of winbind_krb5_locator with recent Heimdal versions.
Guenther
-rw-r--r-- | nsswitch/winbind_krb5_locator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nsswitch/winbind_krb5_locator.c b/nsswitch/winbind_krb5_locator.c index b9e35bdec59..272e7dbab15 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 <krb5/krb5.h> #include <krb5/locate_plugin.h> #ifndef KRB5_PLUGIN_NO_HANDLE |