From: Michael Brown Date: Sun, 4 Mar 2012 14:58:22 +0000 (+0000) Subject: [802.11] Add missing #include X-Git-Tag: v1.20.1~1982 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fde501e39fa637798867576bf80abf2a4faf401;p=thirdparty%2Fipxe.git [802.11] Add missing #include Signed-off-by: Michael Brown --- diff --git a/src/net/80211/wpa.c b/src/net/80211/wpa.c index 38ddb911b..90929ea3a 100644 --- a/src/net/80211/wpa.c +++ b/src/net/80211/wpa.c @@ -32,6 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include #include +#include /** @file *