diff options
author | Darren Tucker <dtucker@dtucker.net> | 2019-04-01 11:07:23 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-04-01 11:07:23 +0200 |
commit | a0ca4009ab2f0b1007ec8ab6864dbf9b760a8ed5 (patch) | |
tree | 2f47bef8ef772a604371f5ac7c931d8f922af91d /sntrup4591761.c | |
parent | Stop USL compilers for erroring with "integral constant expression expected" (diff) | |
download | openssh-a0ca4009ab2f0b1007ec8ab6864dbf9b760a8ed5.tar.xz openssh-a0ca4009ab2f0b1007ec8ab6864dbf9b760a8ed5.zip |
Add includes.h for compat layer.
Should fix build on AIX 7.2.
Diffstat (limited to 'sntrup4591761.c')
-rw-r--r-- | sntrup4591761.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <string.h> #include "crypto_api.h" |