include headers where they're actually needed
[m6w6/ext-http] / php_http_request_pool.h
index f7cedb66e37cf2640ffc0d95149e9ae3b87149fd..18d724347f0d160840315758d9888b4e6ad33590 100644 (file)
@@ -2,6 +2,8 @@
 #ifndef PHP_HTTP_REQUESTPOOL_H
 #define PHP_HTTP_REQUESTPOOL_H
 
+#include <curl/curl.h>
+
 struct php_http_request_pool_globals {
        void *event_base;
 };