summaryrefslogtreecommitdiff
path: root/xmss_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmss_hash.c')
-rw-r--r--xmss_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmss_hash.c b/xmss_hash.c
index b9eee7cf..50a57794 100644
--- a/xmss_hash.c
+++ b/xmss_hash.c
@@ -15,7 +15,7 @@ Public domain.
#include <stddef.h>
#ifdef HAVE_STDINT_H
-#include <stdint.h>
+# include <stdint.h>
#endif
#include <stdio.h>
#include <string.h>