summaryrefslogtreecommitdiffstats
path: root/xmss_commons.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmss_commons.h')
-rw-r--r--xmss_commons.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmss_commons.h b/xmss_commons.h
index 2cb7cc55..d9a920c0 100644
--- a/xmss_commons.h
+++ b/xmss_commons.h
@@ -8,7 +8,9 @@ Public domain.
#define XMSS_COMMONS_H
#include <stdlib.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h>
+#endif
void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
#if 0