david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2016-03-12 17:55:38 +00:00
parent 4350d26a04
commit 9eff4284bd
1 changed files with 1 additions and 0 deletions

View File

@ -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>