]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[test] Add missing #include <string.h>
authorMichael Brown <mcb30@ipxe.org>
Sat, 12 Mar 2016 17:55:38 +0000 (17:55 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sat, 12 Mar 2016 17:55:38 +0000 (17:55 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/tests/rsa_test.c

index c0d05d263d29d2f6ccb66b3c7980af5378cd30b1..91066faab33d9338914fe58699d04baa0764c09a 100644 (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>