diff --git a/crypto/md2/md2.h b/crypto/md2/md2.h index 5b71855cb2e42fc17caeb4456134a0825114fe01..a46120e7d418b2184a7e29827862e78a59600829 100644 --- a/crypto/md2/md2.h +++ b/crypto/md2/md2.h @@ -63,6 +63,7 @@ #ifdef OPENSSL_NO_MD2 #error MD2 is disabled. #endif +#include #define MD2_DIGEST_LENGTH 16 #define MD2_BLOCK 16 diff --git a/crypto/md4/md4.h b/crypto/md4/md4.h index d289d287cb361950752d2d53bab6618540c2af04..c3ed9b3f75f8933fa97589d58eef52b29377a4e0 100644 --- a/crypto/md4/md4.h +++ b/crypto/md4/md4.h @@ -60,6 +60,7 @@ #define HEADER_MD4_H #include +#include #ifdef __cplusplus extern "C" { diff --git a/crypto/md5/md5.h b/crypto/md5/md5.h index d8c52345ded5da6ce794b90476f34dfdb5bd7677..4cbf84386b32f3c5cc48fbd450ea75d3c927091d 100644 --- a/crypto/md5/md5.h +++ b/crypto/md5/md5.h @@ -60,6 +60,7 @@ #define HEADER_MD5_H #include +#include #ifdef __cplusplus extern "C" { diff --git a/crypto/ripemd/ripemd.h b/crypto/ripemd/ripemd.h index dea1f182113f202fe52cc5969ddd112e0f8281bb..5942eb61808fe2ccdf9fbe4f3238271e55451567 100644 --- a/crypto/ripemd/ripemd.h +++ b/crypto/ripemd/ripemd.h @@ -60,6 +60,7 @@ #define HEADER_RIPEMD_H #include +#include #ifdef __cplusplus extern "C" {