From: Michael Brown Date: Sun, 4 Mar 2012 14:59:32 +0000 (+0000) Subject: [rng] Add missing #include X-Git-Tag: v1.20.1~1981 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c1ae42e67254f5c4667c037ee92806d4703e64;p=thirdparty%2Fipxe.git [rng] Add missing #include Signed-off-by: Michael Brown --- diff --git a/src/crypto/hash_df.c b/src/crypto/hash_df.c index 9e3da181a..1074f8ca6 100644 --- a/src/crypto/hash_df.c +++ b/src/crypto/hash_df.c @@ -37,6 +37,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include +#include #include #include #include diff --git a/src/crypto/hmac_drbg.c b/src/crypto/hmac_drbg.c index efbd67dc0..9e70e4e6f 100644 --- a/src/crypto/hmac_drbg.c +++ b/src/crypto/hmac_drbg.c @@ -38,6 +38,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include #include +#include #include #include #include