From: Anatoliy Belsky Date: Sat, 23 Nov 2013 09:39:13 +0000 (+0000) Subject: fixed event2 headers inclusion once more X-Git-Tag: RELEASE_2_0_1~4 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=70c87a329bd8a8128cdd2da1f7a8aa1e069e52b8 fixed event2 headers inclusion once more --- diff --git a/php_http.c b/php_http.c index 4efec72..471ee80 100644 --- a/php_http.c +++ b/php_http.c @@ -20,7 +20,12 @@ #if PHP_HTTP_HAVE_CURL # include # if PHP_HTTP_HAVE_EVENT -# include +# if PHP_HTTP_HAVE_EVENT2 +# include +# include +# else +# include +# endif # endif #endif #if PHP_HTTP_HAVE_SERF