diff options
Diffstat (limited to 'xmss_commons.c')
-rw-r--r-- | xmss_commons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmss_commons.c b/xmss_commons.c index 59486aead..8d6b80b6e 100644 --- a/xmss_commons.c +++ b/xmss_commons.c | |||
@@ -13,7 +13,7 @@ Public domain. | |||
13 | #include <stdlib.h> | 13 | #include <stdlib.h> |
14 | #include <stdio.h> | 14 | #include <stdio.h> |
15 | #ifdef HAVE_STDINT_H | 15 | #ifdef HAVE_STDINT_H |
16 | #include <stdint.h> | 16 | # include <stdint.h> |
17 | #endif | 17 | #endif |
18 | 18 | ||
19 | void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes) | 19 | void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes) |