From: Anatoliy Belsky Date: Fri, 22 Nov 2013 22:43:45 +0000 (+0000) Subject: added missing header in order struct event could be used as non pointer X-Git-Tag: RELEASE_2_0_1~7 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=1cd8f8ce93d77ceb115d80461322681e342fdd2c added missing header in order struct event could be used as non pointer --- diff --git a/php_http_client_curl.c b/php_http_client_curl.c index 3200fa2..682e1eb 100644 --- a/php_http_client_curl.c +++ b/php_http_client_curl.c @@ -23,7 +23,9 @@ event_set(e, s, a, cb, d); \ event_base_set(b, e); \ } while(0) -# endif +# else +# include +# endif # ifndef DBG_EVENTS # define DBG_EVENTS 0 # endif