include krb5.h to avoid krb5_getportbyname warning

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14847 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-19 10:33:18 +00:00
parent dc662edcc0
commit 7adcb73bb8

View File

@@ -51,6 +51,12 @@ struct socksec ss;
int auth_level = 0;
#endif
#ifdef KRB5
#define Authenticator k5_Authenticator
#include <krb5.h>
#undef Authenticator
#endif
extern int utmp_len;
int registerd_host_only = 0;