1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Fix build under win32

This commit is contained in:
Wez Furlong
2003-02-17 13:11:22 +00:00
parent 1f188f6554
commit cc66d8abaa
+1
View File
@@ -18,6 +18,7 @@
*/
#ifdef PHP_WIN32
# include <winsock2.h>
# include <windows.h>
# include <process.h>
#else