Add utime include

This commit is contained in:
Stanislav Malyshev 2000-08-06 17:53:04 +00:00
parent 62043b9a7c
commit d9ab6333ea

View File

@ -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