mirror of https://github.com/ipxe/ipxe.git
[802.11] Add missing #include <byteswap.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/6/head
parent
281f9aa7a6
commit
4fde501e39
|
@ -32,6 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <byteswap.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue