diff --git a/main/php_virtual_cwd.h b/main/php_virtual_cwd.h index fb1f23beec7..573e8a8408c 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 +# else +# include +# endif +#endif + #ifdef PHP_EXPORTS #define CWD_EXPORTS #endif