$NetBSD: patch-af,v 1.7 2007/08/03 17:03:30 obache Exp $ --- src/osdep/unix/kerb_mit.c.orig 2006-08-31 01:40:15.000000000 +0000 +++ src/osdep/unix/kerb_mit.c @@ -26,9 +26,15 @@ * Last Edited: 30 August 2006 */ +#ifdef HEIMDAL_KRB5 +#include +#include +#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE +#else #define PROTOTYPE(x) x #include #include +#endif long kerberos_server_valid (void);