Browse Source

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 8 years ago
parent
commit
9eff4284bd
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/tests/rsa_test.c

+ 1
- 0
src/tests/rsa_test.c View File

@@ -34,6 +34,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
34 34
 /* Forcibly enable assertions */
35 35
 #undef NDEBUG
36 36
 
37
+#include <string.h>
37 38
 #include <ipxe/crypto.h>
38 39
 #include <ipxe/rsa.h>
39 40
 #include <ipxe/md5.h>

Loading…
Cancel
Save