summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorMichael Brown2016-03-12 18:55:38 +0100
committerMichael Brown2016-03-12 18:55:38 +0100
commit9eff4284bd0d0dd9ea53817c4a999bf9d9ce9454 (patch)
treef7a8e39a1cef80638792c24cc13c31fe53e9934b /src/tests
parent[qib7322] Use standard readq() and writeq() implementations (diff)
downloadipxe-9eff4284bd0d0dd9ea53817c4a999bf9d9ce9454.tar.gz
ipxe-9eff4284bd0d0dd9ea53817c4a999bf9d9ce9454.tar.xz
ipxe-9eff4284bd0d0dd9ea53817c4a999bf9d9ce9454.zip
[test] Add missing #include <string.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/rsa_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/rsa_test.c b/src/tests/rsa_test.c
index c0d05d26..91066faa 100644
--- a/src/tests/rsa_test.c
+++ b/src/tests/rsa_test.c
@@ -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>