diff options
| -rw-r--r-- | main/php_virtual_cwd.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/php_virtual_cwd.h b/main/php_virtual_cwd.h index fb1f23beec..573e8a8408 100644 --- a/main/php_virtual_cwd.h +++ b/main/php_virtual_cwd.h @@ -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 |
