Skip to content

Commit

Permalink
[test] Add missing #include <string.h>
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Mar 12, 2016
1 parent 4350d26 commit 9eff428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/rsa_test.c
Expand Up @@ -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>
Expand Down

0 comments on commit 9eff428

Please sign in to comment.