From: Brodie Thiesfield Date: Mon, 8 Mar 2010 18:46:48 +0000 (-0500) Subject: Avoid errors in http.c when building with VC 2003 .NET X-Git-Tag: release-2.0.5-beta~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13e4f3bd89225b3a339ac06ac051090e7e4bcab7;p=libevent Avoid errors in http.c when building with VC 2003 .NET --- diff --git a/http.c b/http.c index af2c9e33..72c4cc18 100644 --- a/http.c +++ b/http.c @@ -49,6 +49,7 @@ #include #include #else +#include #include #endif