diff options
author | Darren Tucker <dtucker@dtucker.net> | 2019-04-01 20:07:23 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-04-01 20:07:23 +1100 |
commit | a0ca4009ab2f0b1007ec8ab6864dbf9b760a8ed5 (patch) | |
tree | 2f47bef8ef772a604371f5ac7c931d8f922af91d /sntrup4591761.c | |
parent | 00991151786ce9b1d577bdad1f83a81d19c8236d (diff) |
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 @@ | |||
8 | * - Christine van Vredendaal | 8 | * - Christine van Vredendaal |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include "includes.h" | ||
12 | |||
11 | #include <string.h> | 13 | #include <string.h> |
12 | #include "crypto_api.h" | 14 | #include "crypto_api.h" |
13 | 15 | ||