From c7ef4a399155e1621a532cc5e08e6fa773658dd4 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 26 Feb 2018 17:42:56 +1100 Subject: Wrap in #ifdef HAVE_STDINT_H. --- xmss_hash_address.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmss_hash_address.c') diff --git a/xmss_hash_address.c b/xmss_hash_address.c index 385868de..0ff4fdb5 100644 --- a/xmss_hash_address.c +++ b/xmss_hash_address.c @@ -6,7 +6,9 @@ Public domain. */ #include "includes.h" +#ifdef HAVE_STDINT_H #include +#endif #include "xmss_hash_address.h" /* prototypes */ void setLayerADRS(uint32_t adrs[8], uint32_t layer){ -- cgit v1.2.1