Merge branch 'solaris' of git://github.com/pietern/redis

This commit is contained in:
antirez 2010-05-21 14:42:19 +02:00
commit 329cdba00a

3
sha1.c
View File

@ -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