From ec229678c22e673e8d48070593f7b028a514882a Mon Sep 17 00:00:00 2001 From: tzickel Date: Fri, 13 Mar 2015 15:58:23 +0200 Subject: Added support for compiling the parser code with Microsoft Visual C compiler. For hiredis-py and others support on windows. --- read.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'read.c') diff --git a/read.c b/read.c index 457ac68..df1a467 100644 --- a/read.c +++ b/read.c @@ -33,7 +33,9 @@ #include "fmacros.h" #include #include +#ifndef _MSC_VER #include +#endif #include #include #include -- cgit v1.2.3