X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_curl_api.h;h=586259e41ed885af4f7902f8da594d614125c94d;hp=98493cacf916bab5b9ebeb96eb635ae6e1fc1774;hb=2253ca28b6a5699a8e2d62a0458ced3cb7a3107a;hpb=ea31ba145c26e01b14c8aaf49ee487a118a456a8 diff --git a/php_http_curl_api.h b/php_http_curl_api.h index 98493ca..586259e 100644 --- a/php_http_curl_api.h +++ b/php_http_curl_api.h @@ -18,6 +18,12 @@ #ifndef PHP_HTTP_CURL_API_H #define PHP_HTTP_CURL_API_H +#include "php_http_std_defs.h" + +#ifdef PHP_WIN32 +# include +#endif + #include #define http_get(u, o, i, d, l) _http_get_ex(NULL, (u), (o), (i), (d), (l) TSRMLS_CC)