From: Jouni Malinen Date: Sat, 3 Jan 2009 18:21:12 +0000 (+0200) Subject: Include the header file to validate function prototype. X-Git-Tag: hostap_0_6_7~21 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libeap.git;a=commitdiff_plain;h=26d1dc96e99ed4b45c56d3ed9c0b0e50c936eda1 Include the header file to validate function prototype. --- diff --git a/src/eap_common/eap_peap_common.c b/src/eap_common/eap_peap_common.c index 2bf295c..14625f9 100644 --- a/src/eap_common/eap_peap_common.c +++ b/src/eap_common/eap_peap_common.c @@ -16,6 +16,7 @@ #include "common.h" #include "sha1.h" +#include "eap_peap_common.h" void peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len,