From d9ab6333ea793be0c1de5d8cd81095dc1cb4eaa9 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 6 Aug 2000 17:53:04 +0000 Subject: [PATCH] Add utime include --- main/php_virtual_cwd.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +# else +# include +# endif +#endif + #ifdef PHP_EXPORTS #define CWD_EXPORTS #endif -- 2.50.1