mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +03:00
[802.11] Add missing #include <string.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user