From 152cce76dfbcda862ded5f0349a86aa20444d85e Mon Sep 17 00:00:00 2001 From: tomika Date: Wed, 19 Aug 2009 02:26:40 -0700 Subject: [PATCH] Include added for MSC compatibilty --- http_parser.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/http_parser.h b/http_parser.h index 9b699dc..b0250fe 100644 --- a/http_parser.h +++ b/http_parser.h @@ -28,6 +28,9 @@ extern "C" { #endif +#ifdef _MSC_VER + #include +#endif #include typedef struct http_parser http_parser;