We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97507b commit 412d929Copy full SHA for 412d929
Zend/zend_hrtime.h
@@ -24,9 +24,7 @@
24
#ifdef HAVE_UNISTD_H
25
# include <unistd.h>
26
#endif
27
-#ifdef HAVE_TIME_H
28
-# include <time.h>
29
-#endif
+#include <time.h>
30
31
/* This file reuses code parts from the cross-platform timer library
32
Public Domain - 2011 Mattias Jansson / Rampant Pixels */
configure.ac
@@ -396,7 +396,6 @@ dirent.h \
396
sys/param.h \
397
sys/types.h \
398
sys/time.h \
399
-time.h \
400
netinet/in.h \
401
alloca.h \
402
arpa/inet.h \
0 commit comments