summaryrefslogtreecommitdiffstats
path: root/xmss_commons.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmss_commons.c')
-rw-r--r--xmss_commons.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmss_commons.c b/xmss_commons.c
index cf031f883..ff3ddb4ae 100644
--- a/xmss_commons.c
+++ b/xmss_commons.c
@@ -10,7 +10,9 @@ Public domain.
#include "xmss_commons.h"
#include <stdlib.h>
#include <stdio.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h>
+#endif
void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes)
{