From: Edin Kadribasic Date: Sun, 7 Dec 2003 00:59:16 +0000 (+0000) Subject: Fixed win32 build (no such include on windows). X-Git-Tag: php-5.0.0b3RC1~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10b53557db79fb6216c04153b5dd294569f6295b;p=php Fixed win32 build (no such include on windows). --- diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c index b5e9ec986c..1c97541fcc 100644 --- a/ext/filepro/filepro.c +++ b/ext/filepro/filepro.c @@ -34,7 +34,9 @@ #include "safe_mode.h" #include "fopen_wrappers.h" #include +#ifndef PHP_WIN32 #include +#endif #include #include "php_globals.h"