From: Trond Norbye Date: Sun, 1 Aug 2010 19:39:48 +0000 (+0200) Subject: Fixed compilation of sample/le-proxy.c on win32 X-Git-Tag: release-2.0.6-rc~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13b912e4acb6fea5802ae3005898535af2ae5263;p=libevent Fixed compilation of sample/le-proxy.c on win32 --- diff --git a/sample/le-proxy.c b/sample/le-proxy.c index f33088ea..59b85b23 100644 --- a/sample/le-proxy.c +++ b/sample/le-proxy.c @@ -11,8 +11,13 @@ #include #include +#ifdef WIN32 +#include +#include +#else #include #include +#endif #include #include