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 /nsswitch/winbind_krb5_locator.c | |
parent | 660ee2e74523194e5f6b2b6428d76628beb74717 (diff) | |
download | samba-51864219cc12ceb66c281355f3e1191d5e32842d.tar.gz samba-51864219cc12ceb66c281355f3e1191d5e32842d.tar.bz2 samba-51864219cc12ceb66c281355f3e1191d5e32842d.zip |
nsswitch: fix compile of winbind_krb5_locator with recent Heimdal versions.
Guenther
Diffstat (limited to 'nsswitch/winbind_krb5_locator.c')
-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 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 <krb5/krb5.h> #include <krb5/locate_plugin.h> #ifndef KRB5_PLUGIN_NO_HANDLE |