Skip to content

Commit 514c3dd

Browse files
authored
move the #include outside of the BEGIN_EXTERN_C() block
1 parent 1606d0d commit 514c3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_max_execution_timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
# ifdef ZEND_MAX_EXECUTION_TIMERS
2121

22-
BEGIN_EXTERN_C()
2322
#include "zend_long.h"
2423

24+
BEGIN_EXTERN_C()
2525
/* Must be called after calls to fork() */
2626
ZEND_API void zend_max_execution_timer_init(void);
2727
void zend_max_execution_timer_settime(zend_long seconds);

0 commit comments

Comments
 (0)