7190N/ABit-rot has set in upstream; they just needs to use their own include
7190N/Achecks to include the right header file.
7190N/A--- evolution-data-server-3.16.2/camel/camel-sasl-gssapi.c 2015-03-22 23:41:04.000000000 -0700
7190N/A+++ evolution-data-server-3.16.2/camel/camel-sasl-gssapi.c 2015-07-16 11:20:06.049118652 -0700
7190N/A@@ -45,6 +45,8 @@
7190N/A
7190N/A #ifdef HAVE_HEIMDAL_KRB5
7190N/A #include <krb5.h>
7190N/A+#elif HAVE_SUN_KRB5
7190N/A+#include <kerberosv5/krb5.h>
7190N/A #else
7190N/A #include <krb5/krb5.h>
7190N/A #endif /* HAVE_HEIMDAL_KRB5 */