Compilation fixed on Linux after the source code split

This commit is contained in:
antirez
2010-07-01 21:13:38 +02:00
parent d3b958c3fc
commit 3688d7f308
6 changed files with 17 additions and 4 deletions

View File

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