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
 /* Forcibly enable assertions */
34
 /* Forcibly enable assertions */
35
 #undef NDEBUG
35
 #undef NDEBUG
36
 
36
 
37
+#include <string.h>
37
 #include <ipxe/crypto.h>
38
 #include <ipxe/crypto.h>
38
 #include <ipxe/rsa.h>
39
 #include <ipxe/rsa.h>
39
 #include <ipxe/md5.h>
40
 #include <ipxe/md5.h>

Loading…
Cancel
Save