Fix compiling against heimdal --- sample/server.c 2010-12-01 14:52:55.000000000 +0000 +++ sample/server.c 2011-11-30 14:54:42.000000000 +0000 @@ -85,8 +85,10 @@ #ifdef HAVE_GSS_GET_NAME_ATTRIBUTE #include +#ifndef KRB5_HEIMDAL #include #endif +#endif #include "common.h" --- plugins/gssapi.c 2011-05-11 19:25:55.000000000 +0000 +++ plugins/gssapi.c 2011-11-30 14:54:33.000000000 +0000 @@ -50,6 +50,9 @@ #else #include #endif +#ifdef KRB5_HEIMDAL +#include +#endif #ifdef WIN32 # include