mirror of https://github.com/ipxe/ipxe.git
[test] Add missing #include <string.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/44/head
parent
4350d26a04
commit
9eff4284bd
|
@ -34,6 +34,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|||
/* Forcibly enable assertions */
|
||||
#undef NDEBUG
|
||||
|
||||
#include <string.h>
|
||||
#include <ipxe/crypto.h>
|
||||
#include <ipxe/rsa.h>
|
||||
#include <ipxe/md5.h>
|
||||
|
|
Loading…
Reference in New Issue