summaryrefslogtreecommitdiff
path: root/xmss_wots.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-02-26 12:18:14 +1100
committerDamien Miller <djm@mindrot.org>2018-02-26 12:18:14 +1100
commitf885474137df4b89498c0b8834c2ac72c47aa4bd (patch)
treed3015cda2edbafbfc270ab6ff35007dd03c0d8dd /xmss_wots.c
parent612faa34c72e421cdc9e63f624526bae62d557cc (diff)
XMSS-related files get includes.h
Diffstat (limited to 'xmss_wots.c')
-rw-r--r--xmss_wots.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmss_wots.c b/xmss_wots.c
index fcd033405..4120acf17 100644
--- a/xmss_wots.c
+++ b/xmss_wots.c
@@ -5,6 +5,8 @@ Joost Rijneveld
5Public domain. 5Public domain.
6*/ 6*/
7 7
8#include "includes.h"
9
8#include <stdlib.h> 10#include <stdlib.h>
9#include <stdint.h> 11#include <stdint.h>
10#include <limits.h> 12#include <limits.h>