summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-05-21 14:42:19 +0200
committerantirez <antirez@gmail.com>2010-05-21 14:42:19 +0200
commit329cdba00afd2f97ca828134cb5c24316d516fce (patch)
tree6626a997bcdaf82140d67fc929e5504b8082ed23
parent7fc98533392f455974d546c88bd4d41c85e6fe6d (diff)
parent4993adbaaf4d5303549adef619883d87d16db46b (diff)
downloadredis-2.0.0-rc1.tar.gz
Merge branch 'solaris' of git://github.com/pietern/redisv2.0.0-rc1
-rw-r--r--sha1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sha1.c b/sha1.c
index 7250fc602..2c50433e8 100644
--- a/sha1.c
+++ b/sha1.c
@@ -24,6 +24,9 @@ A million repetitions of "a"
#include <stdio.h>
#include <string.h>
#include <sys/types.h> /* for u_int*_t */
+#if defined(__sun)
+#include "solarisfixes.h"
+#endif
#include "sha1.h"
#ifndef BYTE_ORDER