diff options
Diffstat (limited to 'xmss_hash.c')
-rw-r--r-- | xmss_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmss_hash.c b/xmss_hash.c index b9eee7cff..50a577943 100644 --- a/xmss_hash.c +++ b/xmss_hash.c | |||
@@ -15,7 +15,7 @@ Public domain. | |||
15 | 15 | ||
16 | #include <stddef.h> | 16 | #include <stddef.h> |
17 | #ifdef HAVE_STDINT_H | 17 | #ifdef HAVE_STDINT_H |
18 | #include <stdint.h> | 18 | # include <stdint.h> |
19 | #endif | 19 | #endif |
20 | #include <stdio.h> | 20 | #include <stdio.h> |
21 | #include <string.h> | 21 | #include <string.h> |