summaryrefslogtreecommitdiff
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.
10#include "xmss_commons.h" 10#include "xmss_commons.h"
11#include <stdlib.h> 11#include <stdlib.h>
12#include <stdio.h> 12#include <stdio.h>
13#ifdef HAVE_STDINT_H
13#include <stdint.h> 14#include <stdint.h>
15#endif
14 16
15void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes) 17void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes)
16{ 18{