From: Shantonu Sen Date: Fri, 8 Sep 2000 00:34:41 +0000 (+0000) Subject: Included h/nmh.h, since the MD5 algorithms were missing declarations X-Git-Tag: RELEASE_1_2~199 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=cc6d2b40ffd2126cff8384d2c62eee44dc7b1fe1 Included h/nmh.h, since the MD5 algorithms were missing declarations for memcpy and memset (I think), which are indirectly included from strings.h --- diff --git a/h/md5.h b/h/md5.h index 9a394b5..6ca6399 100644 --- a/h/md5.h +++ b/h/md5.h @@ -10,6 +10,12 @@ */ /* + * Use include for nmh/mh + */ + +#include + +/* * Use prototypes for nmh/mh */ #define PROTOTYPES 1