]> granicus.if.org Git - php/commitdiff
Fix build under win32
authorWez Furlong <wez@php.net>
Mon, 17 Feb 2003 13:11:22 +0000 (13:11 +0000)
committerWez Furlong <wez@php.net>
Mon, 17 Feb 2003 13:11:22 +0000 (13:11 +0000)
sapi/isapi/php4isapi.c

index 764b65d4681b54c257dd64fa053e661afe253e3d..62f7b04a021bf039dd20cf7b8c5720d7d809acf8 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #ifdef PHP_WIN32
+# include <winsock2.h>
 # include <windows.h>
 # include <process.h>
 #else