]> granicus.if.org Git - php/commitdiff
Add utime include
authorStanislav Malyshev <stas@php.net>
Sun, 6 Aug 2000 17:53:04 +0000 (17:53 +0000)
committerStanislav Malyshev <stas@php.net>
Sun, 6 Aug 2000 17:53:04 +0000 (17:53 +0000)
main/php_virtual_cwd.h

index fb1f23beec7e709c56ad80e7fe88687d4e471386..573e8a8408cdd8d02870cf6dd8d9b3c1d6048a54 100644 (file)
 #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