From cca463d53624b89d1090da1beaacb8d85d888765 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 25 Sep 2001 12:29:23 +0200
Subject: [PATCH] Include stdlib.h, for abort.

Rev: src/nettle/sha1.c:1.4
---
 sha1.c | 1 +
 1 file changed, 1 insertion(+)

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 <assert.h>
+#include <stdlib.h>
 #include <string.h>
 
 /* A block, treated as a sequence of 32-bit words. */
-- 
GitLab