From dc6d19b9ece7204609980272e4b158deff224a9a Mon Sep 17 00:00:00 2001 From: m Date: Sun, 31 Mar 2019 18:17:19 +0200 Subject: Port network layer to Winsock With this change, Hiredis builds with MinGW and runs on Windows. --- hiredis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hiredis.c') diff --git a/hiredis.c b/hiredis.c index 4a30da6..5943306 100644 --- a/hiredis.c +++ b/hiredis.c @@ -42,6 +42,7 @@ #include "net.h" #include "sds.h" #include "sslio.h" +#include "win32.h" static redisReply *createReplyObject(int type); static void *createStringObject(const redisReadTask *task, char *str, size_t len); -- cgit v1.2.3