Skip to content

Commit 3b8fa20

Browse files
zeriyoshixtexx
authored andcommitted
zend_max_execution_timer: fix gcc compatibility (php#15447)
1 parent 85d9087 commit 3b8fa20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Zend/zend_max_execution_timer.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
#include "zend_globals.h"
3232
#include "zend_portability.h"
3333

34+
#include "zend.h"
35+
#include "zend_globals.h"
36+
#include "zend_portability.h"
37+
3438
#if __has_feature(memory_sanitizer)
3539
# include <sanitizer/msan_interface.h>
3640
#endif

0 commit comments

Comments
 (0)