From ea9d79c4cd69bfc81e564708ee81e8e5285d79e2 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 24 May 2014 09:16:08 +0000 Subject: Almost nothing actually needs to include , however by including it they get . So instead of pulling in , just pull in . "go ahead" miod@ --- src/lib/libcrypto/md5/md5.h | 3 ++- src/lib/libcrypto/md5/md5_locl.h | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/md5') diff --git a/src/lib/libcrypto/md5/md5.h b/src/lib/libcrypto/md5/md5.h index 747bd929fd..08004aef6e 100644 --- a/src/lib/libcrypto/md5/md5.h +++ b/src/lib/libcrypto/md5/md5.h @@ -59,9 +59,10 @@ #ifndef HEADER_MD5_H #define HEADER_MD5_H -#include #include +#include + #ifdef __cplusplus extern "C" { #endif diff --git a/src/lib/libcrypto/md5/md5_locl.h b/src/lib/libcrypto/md5/md5_locl.h index 74d63d1f9c..3a6dce4da7 100644 --- a/src/lib/libcrypto/md5/md5_locl.h +++ b/src/lib/libcrypto/md5/md5_locl.h @@ -58,7 +58,9 @@ #include #include -#include + +#include + #include #ifndef MD5_LONG_LOG2 -- cgit v1.2.3-55-g6feb