summaryrefslogtreecommitdiffstats
path: root/src/net/80211
diff options
context:
space:
mode:
authorMichael Brown2012-03-04 15:58:22 +0100
committerMichael Brown2012-03-04 16:14:16 +0100
commit4fde501e39fa637798867576bf80abf2a4faf401 (patch)
tree95d9a35242307551e3e99e04fe6381f6e89be772 /src/net/80211
parent[tls] Send empty Certificate record if requested by server (diff)
downloadipxe-4fde501e39fa637798867576bf80abf2a4faf401.tar.gz
ipxe-4fde501e39fa637798867576bf80abf2a4faf401.tar.xz
ipxe-4fde501e39fa637798867576bf80abf2a4faf401.zip
[802.11] Add missing #include <byteswap.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/net/80211')
-rw-r--r--src/net/80211/wpa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/80211/wpa.c b/src/net/80211/wpa.c
index 38ddb911..90929ea3 100644
--- a/src/net/80211/wpa.c
+++ b/src/net/80211/wpa.c
@@ -32,6 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stdlib.h>
#include <string.h>
#include <errno.h>
+#include <byteswap.h>
/** @file
*