From: Pieter Noordhuis Date: Fri, 21 May 2010 07:33:47 +0000 (+0200) Subject: include solaris fixes in sha1.c X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/4993adbaaf4d5303549adef619883d87d16db46b include solaris fixes in 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