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_fast.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmss_fast.c') diff --git a/xmss_fast.c b/xmss_fast.c index 6aff36a07..b918f135a 100644 --- a/xmss_fast.c +++ b/xmss_fast.c @@ -10,7 +10,9 @@ Public domain. #include "xmss_fast.h" #include #include +#ifdef HAVE_STDINT_H #include +#endif #include "crypto_api.h" #include "xmss_wots.h" -- cgit v1.2.3