X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_curl_api.h;h=5e3d3e11fa651010a3b9d09483a26474aa10e0e8;hp=3b55c28f6de7d4619007641dca109eac99a97a61;hb=7038c951485d1b2afa79c9a84b8dcdcb57c9bc54;hpb=2811a2111f519ee55e05c4084903a34dc0c3b818 diff --git a/php_http_curl_api.h b/php_http_curl_api.h index 3b55c28..5e3d3e1 100644 --- a/php_http_curl_api.h +++ b/php_http_curl_api.h @@ -18,6 +18,10 @@ #ifndef PHP_HTTP_CURL_API_H #define PHP_HTTP_CURL_API_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) @@ -49,4 +53,5 @@ PHP_HTTP_API STATUS _http_post_curldata_ex(CURL *ch, const char *URL, struct cur * End: * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 - */ \ No newline at end of file + */ +