From: Zeev Suraski Date: Tue, 26 Jun 2001 13:33:24 +0000 (+0000) Subject: Fix Win32 build X-Git-Tag: PRE_TSRM_MERGE_PATCH~335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49d1e261438dfb557ded4cd49f49a5d6f73c59c6;p=php Fix Win32 build --- diff --git a/ext/standard/php_fopen_wrapper.c b/ext/standard/php_fopen_wrapper.c index 9a0e261ecc..b5367198e2 100644 --- a/ext/standard/php_fopen_wrapper.c +++ b/ext/standard/php_fopen_wrapper.c @@ -21,7 +21,9 @@ #include #include +#if HAVE_UNISTD_H #include +#endif #include "php.h" #include "php_globals.h"