From 0dedb703adcd98d0dbc4479f5f312a2bd3df2850 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 29 Nov 2019 11:53:57 +1100 Subject: needs includes.h for WITH_OPENSSL --- hash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hash.c') diff --git a/hash.c b/hash.c index a35027870..d8b301d94 100644 --- a/hash.c +++ b/hash.c @@ -6,6 +6,8 @@ * API compatible reimplementation of function from nacl */ +#include "includes.h" + #include "crypto_api.h" #include -- cgit v1.2.3