mirror of
https://github.com/fluencelabs/redis
synced 2025-04-02 15:51:05 +00:00
include solaris fixes in sha1.c
This commit is contained in:
parent
fd80abda08
commit
4993adbaaf
3
sha1.c
3
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user