X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_curl.c;h=682e1eba2f64178eb8dba2884f115560fbfc1230;hp=3200fa2cad21bc901f2e65d1f7924807f2dc476a;hb=1cd8f8ce93d77ceb115d80461322681e342fdd2c;hpb=d1ead971420dad2ffda414245204fded3914010c 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