diff --git a/lib/bind/dst/md5_dgst.c b/lib/bind/dst/md5_dgst.c index 9bb0228dd0..78882d1c95 100644 --- a/lib/bind/dst/md5_dgst.c +++ b/lib/bind/dst/md5_dgst.c @@ -56,9 +56,11 @@ * [including the GNU Public Licence.] */ -#include #ifdef USE_MD5 /* Added by ogud@tis.com 1998/1/26 */ +#include +#include #include "md5_locl.h" +#include const char *MD5_version="MD5 part of SSLeay 0.8.1 19-Jul-1997";