mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 17:51:21 +00:00
Compilation fixed on Linux after the source code split
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
#include "redis.h"
|
||||
#include "sha1.h" /* SHA1 is used for DEBUG DIGEST */
|
||||
|
||||
#include <arpa/inet.h>
|
||||
|
||||
/* ================================= Debugging ============================== */
|
||||
|
||||
/* Compute the sha1 of string at 's' with 'len' bytes long.
|
||||
|
Reference in New Issue
Block a user