From: Damien Miller Date: Fri, 29 Nov 2019 00:53:57 +0000 (+1100) Subject: needs includes.h for WITH_OPENSSL X-Git-Tag: V_8_2_P1~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dedb703adcd98d0dbc4479f5f312a2bd3df2850;p=thirdparty%2Fopenssh-portable.git needs includes.h for WITH_OPENSSL --- 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