diff --git a/src/crypto/drbg.c b/src/crypto/drbg.c index 68aa7857a..58e8fa7b5 100644 --- a/src/crypto/drbg.c +++ b/src/crypto/drbg.c @@ -36,6 +36,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); */ #include +#include #include #include #include diff --git a/src/crypto/hash_df.c b/src/crypto/hash_df.c index 4c2d28a95..9e3da181a 100644 --- a/src/crypto/hash_df.c +++ b/src/crypto/hash_df.c @@ -36,6 +36,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); */ #include +#include #include #include #include diff --git a/src/crypto/hmac_drbg.c b/src/crypto/hmac_drbg.c index 64613d014..efbd67dc0 100644 --- a/src/crypto/hmac_drbg.c +++ b/src/crypto/hmac_drbg.c @@ -36,6 +36,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); */ #include +#include #include #include #include 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