mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 19:38:37 +03:00
[test] Add missing #include <string.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -34,6 +34,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|||||||
/* Forcibly enable assertions */
|
/* Forcibly enable assertions */
|
||||||
#undef NDEBUG
|
#undef NDEBUG
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
#include <ipxe/crypto.h>
|
#include <ipxe/crypto.h>
|
||||||
#include <ipxe/rsa.h>
|
#include <ipxe/rsa.h>
|
||||||
#include <ipxe/md5.h>
|
#include <ipxe/md5.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user