diff --git a/src/lib/libc/hash/rmd160.c b/src/lib/libc/hash/rmd160.c index d1047b87..afd119e5 100644 --- a/src/lib/libc/hash/rmd160.c +++ b/src/lib/libc/hash/rmd160.c @@ -26,9 +26,9 @@ * RSA Laboratories, CryptoBytes, Volume 3, Number 2, Autumn 1997, * ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf */ -#include #include -#include +#include +#include #include #define PUT_64BIT_LE(cp, value) do { \