]> git.saurik.com Git - redis.git/blobdiff - src/debug.c
Tests for the interactive mode of redis-cli
[redis.git] / src / debug.c
index 10b620d6f3ade7c37115e29055cd73fbef75922f..ba183d7275414bc1ab70f1de56f39049412e2447 100644 (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.