mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Add utime include
This commit is contained in:
parent
62043b9a7c
commit
d9ab6333ea
@ -44,6 +44,14 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if HAVE_UTIME
|
||||
# ifdef PHP_WIN32
|
||||
# include <sys/utime.h>
|
||||
# else
|
||||
# include <utime.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef PHP_EXPORTS
|
||||
#define CWD_EXPORTS
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user