summaryrefslogtreecommitdiff
path: root/xmss_hash_address.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-02-26 17:42:56 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-02-26 17:42:56 +1100
commitc7ef4a399155e1621a532cc5e08e6fa773658dd4 (patch)
treea60a3cae4b79b287b6b6c00e06f3ecd6c4dfaef2 /xmss_hash_address.h
parentac53ce46cf8165cbda7f57ee045f9f32e1e92b31 (diff)
Wrap <stdint.h> in #ifdef HAVE_STDINT_H.
Diffstat (limited to 'xmss_hash_address.h')
-rw-r--r--xmss_hash_address.h2
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
5Public domain. 5Public domain.
6*/ 6*/
7 7
8#ifdef HAVE_STDINT_H
8#include <stdint.h> 9#include <stdint.h>
10#endif
9 11
10void setLayerADRS(uint32_t adrs[8], uint32_t layer); 12void setLayerADRS(uint32_t adrs[8], uint32_t layer);
11 13