Explicitly include stdio.h in util_cred.c
[moonshot.git] / moonshot / mech_eap / util_cred.c
index 28cb76c..c468f97 100644 (file)
@@ -37,6 +37,8 @@
 #include "gssapiP_eap.h"
 
 #include <pwd.h>
+#include <stdio.h> // for BUFSIZ
+
 
 OM_uint32
 gssEapAllocCred(OM_uint32 *minor, gss_cred_id_t *pCred)