]> granicus.if.org Git - php/commitdiff
C99 complain fix
authorReeze Xia <reeze@php.net>
Sat, 7 Nov 2015 14:15:19 +0000 (22:15 +0800)
committerReeze Xia <reeze@php.net>
Sat, 7 Nov 2015 14:15:19 +0000 (22:15 +0800)
ext/opcache/zend_file_cache.c

index d1ea0a46a6a97e0256712db4a195a8911ebf9b18..7c615e927b4b33a67448f5a812c8903d45ae05c1 100644 (file)
 #include <sys/stat.h>
 #include <fcntl.h>
 
+#if HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
 #ifdef HAVE_SYS_UIO_H
 # include <sys/uio.h>
 #endif