From d9f6ea2fc361b99fc2484f36869f4fc6978002a2 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 24 Jul 1999 02:43:22 +0000 Subject: [PATCH] Fix broken build --- ext/standard/datetime.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/standard/datetime.c b/ext/standard/datetime.c index ed8eef6cfe..11cd604e9b 100644 --- a/ext/standard/datetime.c +++ b/ext/standard/datetime.c @@ -29,6 +29,9 @@ #include "php_globals.h" #include +#ifdef HAVE_SYS_TIME_H +# include +#endif #include char *mon_full_names[] = -- 2.40.0