]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[802.11] Add missing #include <byteswap.h>
authorMichael Brown <mcb30@ipxe.org>
Sun, 4 Mar 2012 14:58:22 +0000 (14:58 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 4 Mar 2012 15:14:16 +0000 (15:14 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/80211/wpa.c

index 38ddb911ba6dbc3a94d9550287fc4a483bb0a79d..90929ea3a05697de15ac88ace85cce0eb377cb07 100644 (file)
@@ -32,6 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
+#include <byteswap.h>
 
 /** @file
  *