diff --git a/Zend/zend_hrtime.h b/Zend/zend_hrtime.h index a67c9d210c1ae..6bba076738a91 100644 --- a/Zend/zend_hrtime.h +++ b/Zend/zend_hrtime.h @@ -24,7 +24,7 @@ #ifdef HAVE_UNISTD_H # include #endif -#ifdef HAVE_TIME_H +#ifndef PHP_WIN32 # include #endif diff --git a/configure.ac b/configure.ac index bbe0d1f6ed89a..46c653673dd18 100644 --- a/configure.ac +++ b/configure.ac @@ -398,7 +398,6 @@ dirent.h \ sys/param.h \ sys/types.h \ sys/time.h \ -time.h \ netinet/in.h \ alloca.h \ arpa/inet.h \