* renaming tests
[m6w6/ext-http] / php_http.h
index 1234f9ba273418c9c5c1ecd699bf4c7ecb464e2c..ea2c2559e0262b81f666cb6f131567ac84d53996 100644 (file)
@@ -42,6 +42,10 @@ typedef struct {
 
 #ifdef HTTP_HAVE_CURL
 
+#ifdef PHP_WIN32
+#      include <winsock2.h>
+#endif
+
 #include <curl/curl.h>
 
 typedef struct {