From a0ca4009ab2f0b1007ec8ab6864dbf9b760a8ed5 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 1 Apr 2019 20:07:23 +1100 Subject: [PATCH] Add includes.h for compat layer. Should fix build on AIX 7.2. --- sntrup4591761.c | 2 ++ 1 file changed, 2 insertions(+) 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"