From: Michael Brown Date: Tue, 21 Feb 2012 12:25:06 +0000 (+0000) Subject: [802.11] Add missing #include X-Git-Tag: v1.20.1~2010 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8756182c362866e88fedca812500c24420115f8;p=thirdparty%2Fipxe.git [802.11] Add missing #include Signed-off-by: Michael Brown --- diff --git a/src/crypto/sha1extra.c b/src/crypto/sha1extra.c index 74445e9d1..12b29a6ac 100644 --- a/src/crypto/sha1extra.c +++ b/src/crypto/sha1extra.c @@ -18,6 +18,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); +#include #include #include #include diff --git a/src/net/80211/wpa_ccmp.c b/src/net/80211/wpa_ccmp.c index 89bb36fd8..38fd199f8 100644 --- a/src/net/80211/wpa_ccmp.c +++ b/src/net/80211/wpa_ccmp.c @@ -18,6 +18,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); +#include #include #include #include diff --git a/src/net/80211/wpa_psk.c b/src/net/80211/wpa_psk.c index 780738e79..c88f556e8 100644 --- a/src/net/80211/wpa_psk.c +++ b/src/net/80211/wpa_psk.c @@ -18,6 +18,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); +#include #include #include #include diff --git a/src/net/80211/wpa_tkip.c b/src/net/80211/wpa_tkip.c index 0a94df07e..8bb3e5aaa 100644 --- a/src/net/80211/wpa_tkip.c +++ b/src/net/80211/wpa_tkip.c @@ -18,6 +18,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); +#include #include #include #include