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. --- sds.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sds.h') diff --git a/sds.h b/sds.h index b53f24d..19a2abd 100644 --- a/sds.h +++ b/sds.h @@ -35,6 +35,9 @@ #include #include +#ifdef _MSC_VER +#include "win32.h" +#endif typedef char *sds; -- cgit v1.2.3