From cfc1897a2002ec6c4dc879b24e8b3153c87ea2cf Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 9 Oct 2019 09:06:35 +1100 Subject: wrap stdint.h include in HAVE_STDINT_H make the indenting a little more consistent too.. Fixes Solaris 2.6; reported by Tom G. Christensen --- xmss_wots.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmss_wots.c') diff --git a/xmss_wots.c b/xmss_wots.c index ed904cd7..993e661f 100644 --- a/xmss_wots.c +++ b/xmss_wots.c @@ -11,7 +11,7 @@ Public domain. #include #ifdef HAVE_STDINT_H -#include +# include #endif #include #include "xmss_commons.h" -- cgit v1.2.1