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_commons.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmss_commons.c') diff --git a/xmss_commons.c b/xmss_commons.c index cf031f88..ff3ddb4a 100644 --- a/xmss_commons.c +++ b/xmss_commons.c @@ -10,7 +10,9 @@ Public domain. #include "xmss_commons.h" #include #include +#ifdef HAVE_STDINT_H #include +#endif void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes) { -- cgit v1.2.1