summaryrefslogtreecommitdiff
path: root/xmss_wots.c
diff options
context:
space:
mode:
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 4120acf1..9f1900fc 100644
--- a/xmss_wots.c
+++ b/xmss_wots.c
@@ -8,7 +8,9 @@ Public domain.
#include "includes.h"
#include <stdlib.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h>
+#endif
#include <limits.h>
#include "xmss_commons.h"
#include "xmss_hash.h"