wez Mon Feb 17 08:11:22 2003 EDT Modified files: /php4/sapi/isapi php4isapi.c Log: Fix build under win32 Index: php4/sapi/isapi/php4isapi.c diff -u php4/sapi/isapi/php4isapi.c:1.96 php4/sapi/isapi/php4isapi.c:1.97 --- php4/sapi/isapi/php4isapi.c:1.96 Sat Jan 25 22:39:50 2003 +++ php4/sapi/isapi/php4isapi.c Mon Feb 17 08:11:22 2003 @@ -18,6 +18,7 @@ */ #ifdef PHP_WIN32 +# include <winsock2.h> # include <windows.h> # include <process.h> #else
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php