mirror of https://github.com/ipxe/ipxe.git
[802.11] Add missing #include <string.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/5/head
parent
bb36f3d7dc
commit
a8756182c3
|
@ -18,6 +18,7 @@
|
|||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <string.h>
|
||||
#include <ipxe/crypto.h>
|
||||
#include <ipxe/sha1.h>
|
||||
#include <ipxe/hmac.h>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <string.h>
|
||||
#include <ipxe/net80211.h>
|
||||
#include <ipxe/crypto.h>
|
||||
#include <ipxe/hmac.h>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <string.h>
|
||||
#include <ipxe/net80211.h>
|
||||
#include <ipxe/sha1.h>
|
||||
#include <ipxe/wpa.h>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <string.h>
|
||||
#include <ipxe/net80211.h>
|
||||
#include <ipxe/crypto.h>
|
||||
#include <ipxe/hmac.h>
|
||||
|
|
Loading…
Reference in New Issue