mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Merge branch 'solaris' of git://github.com/pietern/redis
This commit is contained in:
commit
329cdba00a
3
sha1.c
3
sha1.c
@ -24,6 +24,9 @@ A million repetitions of "a"
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/types.h> /* for u_int*_t */
|
#include <sys/types.h> /* for u_int*_t */
|
||||||
|
#if defined(__sun)
|
||||||
|
#include "solarisfixes.h"
|
||||||
|
#endif
|
||||||
#include "sha1.h"
|
#include "sha1.h"
|
||||||
|
|
||||||
#ifndef BYTE_ORDER
|
#ifndef BYTE_ORDER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user