From 4993adbaaf4d5303549adef619883d87d16db46b Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Fri, 21 May 2010 09:33:47 +0200 Subject: [PATCH] include solaris fixes in sha1.c --- sha1.c | 3 +++ 1 file changed, 3 insertions(+) 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