From: Niels Möller Date: Tue, 25 Sep 2001 10:28:59 +0000 (+0200) Subject: Include string.h, for memcpy. X-Git-Tag: nettle_1.0_release_20010925~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d51740fe13416678122b8113bf108d3778bdcbd;p=thirdparty%2Fnettle.git Include string.h, for memcpy. Rev: src/nettle/md5.c:1.3 --- diff --git a/md5.c b/md5.c index c0d45ad0..932f6ca1 100644 --- a/md5.c +++ b/md5.c @@ -31,6 +31,7 @@ #include "macros.h" #include +#include /* A block, treated as a sequence of 32-bit words. */ #define MD5_DATA_LENGTH 16