X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/c14753cea16cc963363b0d3002dc94b33c1f2075..7d288d654793e867020b73d101c17d25bfbc256c:/sha1.c diff --git a/sha1.c b/sha1.c index 7250fc60..2c50433e 100644 --- a/sha1.c +++ b/sha1.c @@ -24,6 +24,9 @@ A million repetitions of "a" #include #include #include /* for u_int*_t */ +#if defined(__sun) +#include "solarisfixes.h" +#endif #include "sha1.h" #ifndef BYTE_ORDER