summaryrefslogtreecommitdiff
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 2cb7cc555..d9a920c02 100644
--- a/xmss_commons.h
+++ b/xmss_commons.h
@@ -8,7 +8,9 @@ Public domain.
8#define XMSS_COMMONS_H 8#define XMSS_COMMONS_H
9 9
10#include <stdlib.h> 10#include <stdlib.h>
11#ifdef HAVE_STDINT_H
11#include <stdint.h> 12#include <stdint.h>
13#endif
12 14
13void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes); 15void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
14#if 0 16#if 0