Преглед изворни кода

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown пре 12 година
родитељ
комит
a8756182c3
4 измењених фајлова са 4 додато и 0 уклоњено
  1. 1
    0
      src/crypto/sha1extra.c
  2. 1
    0
      src/net/80211/wpa_ccmp.c
  3. 1
    0
      src/net/80211/wpa_psk.c
  4. 1
    0
      src/net/80211/wpa_tkip.c

+ 1
- 0
src/crypto/sha1extra.c Прегледај датотеку

@@ -18,6 +18,7 @@
18 18
 
19 19
 FILE_LICENCE ( GPL2_OR_LATER );
20 20
 
21
+#include <string.h>
21 22
 #include <ipxe/crypto.h>
22 23
 #include <ipxe/sha1.h>
23 24
 #include <ipxe/hmac.h>

+ 1
- 0
src/net/80211/wpa_ccmp.c Прегледај датотеку

@@ -18,6 +18,7 @@
18 18
 
19 19
 FILE_LICENCE ( GPL2_OR_LATER );
20 20
 
21
+#include <string.h>
21 22
 #include <ipxe/net80211.h>
22 23
 #include <ipxe/crypto.h>
23 24
 #include <ipxe/hmac.h>

+ 1
- 0
src/net/80211/wpa_psk.c Прегледај датотеку

@@ -18,6 +18,7 @@
18 18
 
19 19
 FILE_LICENCE ( GPL2_OR_LATER );
20 20
 
21
+#include <string.h>
21 22
 #include <ipxe/net80211.h>
22 23
 #include <ipxe/sha1.h>
23 24
 #include <ipxe/wpa.h>

+ 1
- 0
src/net/80211/wpa_tkip.c Прегледај датотеку

@@ -18,6 +18,7 @@
18 18
 
19 19
 FILE_LICENCE ( GPL2_OR_LATER );
20 20
 
21
+#include <string.h>
21 22
 #include <ipxe/net80211.h>
22 23
 #include <ipxe/crypto.h>
23 24
 #include <ipxe/hmac.h>

Loading…
Откажи
Сачувај