Skip to content

Commit d9f6ea2

Browse files
committed
Fix broken build
1 parent 8de0737 commit d9f6ea2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/standard/datetime.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
#include "php_globals.h"
3030

3131
#include <time.h>
32+
#ifdef HAVE_SYS_TIME_H
33+
# include <sys/time.h>
34+
#endif
3235
#include <stdio.h>
3336

3437
char *mon_full_names[] =

0 commit comments

Comments
 (0)