david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[802.11] Add missing #include <byteswap.h>

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2012-03-04 14:58:22 +00:00
parent 281f9aa7a6
commit 4fde501e39
1 changed files with 1 additions and 0 deletions

View File

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