include headers where they're actually needed
[m6w6/ext-http] / php_http_request_datashare.h
index fdc495031bedd8f13f0c6a97522f3f646b1ab957..31e2a43b7ee445ee01b997323f65fd271e9c247b 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef PHP_HTTP_REQUEST_DATASHARE_H
 #define PHP_HTTP_REQUEST_DATASHARE_H
 
 #ifndef PHP_HTTP_REQUEST_DATASHARE_H
 #define PHP_HTTP_REQUEST_DATASHARE_H
 
+#include <curl/curl.h>
+
 #ifdef ZTS
 typedef struct php_http_request_datashare_lock {
        CURL *ch;
 #ifdef ZTS
 typedef struct php_http_request_datashare_lock {
        CURL *ch;