$OpenBSD: patch-src_c-client_auth_gss.c,v 1.3 2002/09/18 08:19:06 jakob Exp $ --- src/c-client/auth_gss.c.orig Thu Nov 22 05:03:10 2001 +++ src/c-client/auth_gss.c Sun Sep 8 20:49:46 2002 @@ -19,8 +19,14 @@ */ #define PROTOTYPE(x) x + +#ifdef HEIMDAL +#include +#include +#else #include #include +#endif long auth_gssapi_valid (void); long auth_gssapi_client (authchallenge_t challenger,authrespond_t responder,