From 8d18692018fb8125df354898e26fda85ca30a47f Mon Sep 17 00:00:00 2001 From: "clark.kang" Date: Tue, 5 May 2015 22:51:27 +0900 Subject: [PATCH] fix compile error for struct msghdr --- src/redis.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redis.c b/src/redis.c index 787663e4..09653119 100644 --- a/src/redis.c +++ b/src/redis.c @@ -54,6 +54,7 @@ #include #include #include +#include /* Our shared "common" objects */