From: Darren Tucker Date: Mon, 1 Apr 2019 09:07:23 +0000 (+1100) Subject: Add includes.h for compat layer. X-Git-Tag: V_8_0_P1~10 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a0ca4009ab2f0b1007ec8ab6864dbf9b760a8ed5;p=thirdparty%2Fopenssh-portable.git Add includes.h for compat layer. Should fix build on AIX 7.2. --- diff --git a/sntrup4591761.c b/sntrup4591761.c index 8166f8b3c..61fe2483f 100644 --- a/sntrup4591761.c +++ b/sntrup4591761.c @@ -8,6 +8,8 @@ * - Christine van Vredendaal */ +#include "includes.h" + #include #include "crypto_api.h"