Explorar el Código

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown hace 10 años
padre
commit
9eff4284bd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/tests/rsa_test.c

+ 1
- 0
src/tests/rsa_test.c Ver fichero

34
 /* Forcibly enable assertions */
34
 /* Forcibly enable assertions */
35
 #undef NDEBUG
35
 #undef NDEBUG
36
 
36
 
37
+#include <string.h>
37
 #include <ipxe/crypto.h>
38
 #include <ipxe/crypto.h>
38
 #include <ipxe/rsa.h>
39
 #include <ipxe/rsa.h>
39
 #include <ipxe/md5.h>
40
 #include <ipxe/md5.h>

Loading…
Cancelar
Guardar