From a99d5d5aca298c0618919d9be33ac5e73cb838e7 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 21 Feb 2012 12:39:20 +0000 Subject: [rng] Add missing #include Signed-off-by: Michael Brown --- src/tests/hash_df_test.c | 1 + src/tests/hmac_drbg_test.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/tests') 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 +#include #include #include 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 +#include #include #include -- cgit v1.2.3-55-g7522