mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Include <utime.h> in php_virtual_cwd.h.
This commit is contained in:
parent
57c54a093b
commit
23ebf6e916
@ -293,6 +293,7 @@ sys/varargs.h \
|
||||
sys/wait.h \
|
||||
unistd.h \
|
||||
unix.h \
|
||||
utime.h \
|
||||
)
|
||||
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
|
@ -28,6 +28,10 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef HAVE_UTIME_H
|
||||
#include <utime.h>
|
||||
#endif
|
||||
|
||||
#ifndef ZEND_WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user