From: Niels Möller Date: Tue, 25 Sep 2001 10:29:23 +0000 (+0200) Subject: Include stdlib.h, for abort. X-Git-Tag: nettle_1.0_release_20010925~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cca463d53624b89d1090da1beaacb8d85d888765;p=thirdparty%2Fnettle.git Include stdlib.h, for abort. Rev: src/nettle/sha1.c:1.4 --- diff --git a/sha1.c b/sha1.c index 90e7f2fd..8c044b71 100644 --- a/sha1.c +++ b/sha1.c @@ -40,6 +40,7 @@ #include "macros.h" #include +#include #include /* A block, treated as a sequence of 32-bit words. */