diff options
| author | Michael Brown | 2012-02-21 13:39:20 +0100 |
|---|---|---|
| committer | Michael Brown | 2012-02-21 13:42:37 +0100 |
| commit | a99d5d5aca298c0618919d9be33ac5e73cb838e7 (patch) | |
| tree | 238c4478f11131be3d08050ec87ca3b788035de2 /src/tests | |
| parent | [802.11] Add missing #include <string.h> (diff) | |
| download | ipxe-a99d5d5aca298c0618919d9be33ac5e73cb838e7.tar.gz ipxe-a99d5d5aca298c0618919d9be33ac5e73cb838e7.tar.xz ipxe-a99d5d5aca298c0618919d9be33ac5e73cb838e7.zip | |
[rng] Add missing #include <string.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/hash_df_test.c | 1 | ||||
| -rw-r--r-- | src/tests/hmac_drbg_test.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/hash_df_test.c b/src/tests/hash_df_test.c index 563704f44..201b4a187 100644 --- a/src/tests/hash_df_test.c +++ b/src/tests/hash_df_test.c @@ -33,6 +33,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #undef NDEBUG #include <assert.h> +#include <string.h> #include <ipxe/hash_df.h> #include <ipxe/test.h> diff --git a/src/tests/hmac_drbg_test.c b/src/tests/hmac_drbg_test.c index cf0666200..ad5584f19 100644 --- a/src/tests/hmac_drbg_test.c +++ b/src/tests/hmac_drbg_test.c @@ -33,6 +33,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #undef NDEBUG #include <assert.h> +#include <string.h> #include <ipxe/hmac_drbg.h> #include <ipxe/test.h> |
