From: Reeze Xia Date: Sat, 7 Nov 2015 14:15:19 +0000 (+0800) Subject: C99 complain fix X-Git-Tag: php-7.0.1RC1~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c524f43e4f6869854d03e11336ddbccab255887a;p=php C99 complain fix --- diff --git a/ext/opcache/zend_file_cache.c b/ext/opcache/zend_file_cache.c index d1ea0a46a6..7c615e927b 100644 --- a/ext/opcache/zend_file_cache.c +++ b/ext/opcache/zend_file_cache.c @@ -36,6 +36,10 @@ #include #include +#if HAVE_UNISTD_H +#include +#endif + #ifdef HAVE_SYS_UIO_H # include #endif