From 254464339ec2b164905be726922649ad9672bd83 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 18 Apr 2010 16:54:33 +0200 Subject: Fix MD5Digest prototype and remove unneeded type casts. --- fm_md5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fm_md5.h') diff --git a/fm_md5.h b/fm_md5.h index 6fccc526..5243c51b 100644 --- a/fm_md5.h +++ b/fm_md5.h @@ -8,7 +8,7 @@ #ifdef HAVE_MD5_H #include #else - +#include "fetchmail.h" #ifndef HEADER_MD5_H /* Try to avoid clashes with OpenSSL */ #define HEADER_MD5_H -- cgit v1.2.3