From 09def119c3410c47919999df5762778b8b62ac93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 8 Jan 2019 23:00:45 +0100 Subject: Add missing include of sha2-internal.h. --- sha512-compress.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sha512-compress.c') diff --git a/sha512-compress.c b/sha512-compress.c index 24007f28..f6d8a616 100644 --- a/sha512-compress.c +++ b/sha512-compress.c @@ -53,6 +53,7 @@ #include #include "sha2.h" +#include "sha2-internal.h" #include "macros.h" -- cgit v1.2.1