diff options
author | Wez Furlong <wez@php.net> | 2003-02-17 13:11:22 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-02-17 13:11:22 +0000 |
commit | cc66d8abaa46bd98fa4ba7465249aa60e0a15bf7 (patch) | |
tree | 785f068e79eec9f0e411c99e4b3c6ebb9afed2c1 /sapi/isapi/php4isapi.c | |
parent | 1f188f655495336e2cf8b96c75c207cb448a3725 (diff) | |
download | php-git-cc66d8abaa46bd98fa4ba7465249aa60e0a15bf7.tar.gz |
Fix build under win32
Diffstat (limited to 'sapi/isapi/php4isapi.c')
-rw-r--r-- | sapi/isapi/php4isapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index 764b65d468..62f7b04a02 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -18,6 +18,7 @@ */ #ifdef PHP_WIN32 +# include <winsock2.h> # include <windows.h> # include <process.h> #else |