]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[802.11] Add missing #include <string.h>
authorMichael Brown <mcb30@ipxe.org>
Tue, 21 Feb 2012 12:25:06 +0000 (12:25 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 21 Feb 2012 12:42:37 +0000 (12:42 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/sha1extra.c
src/net/80211/wpa_ccmp.c
src/net/80211/wpa_psk.c
src/net/80211/wpa_tkip.c

index 74445e9d1977390f4d6ceda0f3e397834e2f351d..12b29a6ac658aa736784c99e2e53d4d407b625f8 100644 (file)
@@ -18,6 +18,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
+#include <string.h>
 #include <ipxe/crypto.h>
 #include <ipxe/sha1.h>
 #include <ipxe/hmac.h>
index 89bb36fd8a63b1f5bb232c723259aaaec23070a7..38fd199f8fb050920b109b76bb9a7fdd9e90856e 100644 (file)
@@ -18,6 +18,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
+#include <string.h>
 #include <ipxe/net80211.h>
 #include <ipxe/crypto.h>
 #include <ipxe/hmac.h>
index 780738e794d0197ee2d8a2832f15ee2a5577b102..c88f556e8d23304789acb8ccb1689763ef51a272 100644 (file)
@@ -18,6 +18,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
+#include <string.h>
 #include <ipxe/net80211.h>
 #include <ipxe/sha1.h>
 #include <ipxe/wpa.h>
index 0a94df07e18760b2788abdb37d2d1abf86e1cf1c..8bb3e5aaa0fdba7e5f01cd132006d57cf78239df 100644 (file)
@@ -18,6 +18,7 @@
 
 FILE_LICENCE ( GPL2_OR_LATER );
 
+#include <string.h>
 #include <ipxe/net80211.h>
 #include <ipxe/crypto.h>
 #include <ipxe/hmac.h>