From 854d5f83245fcaaf5612d8b12350e5779f85aa72 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sun, 30 Aug 2015 20:58:14 +1000 Subject: [PATCH 1/1] include com_err.h for error_message() --- mech_eap/gssapiP_eap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mech_eap/gssapiP_eap.h b/mech_eap/gssapiP_eap.h index 486f7a2..bc138bf 100644 --- a/mech_eap/gssapiP_eap.h +++ b/mech_eap/gssapiP_eap.h @@ -83,6 +83,7 @@ typedef const gss_OID_desc *gss_const_OID; /* Kerberos headers */ #include +#include /* EAP headers */ #include -- 2.1.4