diff options
Diffstat (limited to 'xmss_hash_address.c')
-rw-r--r-- | xmss_hash_address.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmss_hash_address.c b/xmss_hash_address.c index 385868de7..0ff4fdb5a 100644 --- a/xmss_hash_address.c +++ b/xmss_hash_address.c | |||
@@ -6,7 +6,9 @@ Public domain. | |||
6 | */ | 6 | */ |
7 | #include "includes.h" | 7 | #include "includes.h" |
8 | 8 | ||
9 | #ifdef HAVE_STDINT_H | ||
9 | #include <stdint.h> | 10 | #include <stdint.h> |
11 | #endif | ||
10 | #include "xmss_hash_address.h" /* prototypes */ | 12 | #include "xmss_hash_address.h" /* prototypes */ |
11 | 13 | ||
12 | void setLayerADRS(uint32_t adrs[8], uint32_t layer){ | 14 | void setLayerADRS(uint32_t adrs[8], uint32_t layer){ |