diff options
author | Darren Tucker <dtucker@dtucker.net> | 2018-02-26 17:42:56 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2018-02-26 17:42:56 +1100 |
commit | c7ef4a399155e1621a532cc5e08e6fa773658dd4 (patch) | |
tree | a60a3cae4b79b287b6b6c00e06f3ecd6c4dfaef2 /xmss_hash_address.h | |
parent | ac53ce46cf8165cbda7f57ee045f9f32e1e92b31 (diff) |
Wrap <stdint.h> in #ifdef HAVE_STDINT_H.
Diffstat (limited to 'xmss_hash_address.h')
-rw-r--r-- | xmss_hash_address.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmss_hash_address.h b/xmss_hash_address.h index 73cbfd61c..2bf434080 100644 --- a/xmss_hash_address.h +++ b/xmss_hash_address.h | |||
@@ -5,7 +5,9 @@ Joost Rijneveld | |||
5 | Public domain. | 5 | Public domain. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifdef HAVE_STDINT_H | ||
8 | #include <stdint.h> | 9 | #include <stdint.h> |
10 | #endif | ||
9 | 11 | ||
10 | void setLayerADRS(uint32_t adrs[8], uint32_t layer); | 12 | void setLayerADRS(uint32_t adrs[8], uint32_t layer); |
11 | 13 | ||