From 1cd8f8ce93d77ceb115d80461322681e342fdd2c Mon Sep 17 00:00:00 2001 From: Anatoliy Belsky Date: Fri, 22 Nov 2013 22:43:45 +0000 Subject: [PATCH] added missing header in order struct event could be used as non pointer --- php_http_client_curl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.30.2