Skip to content

Commit acb9cae

Browse files
author
Andi Gutmans
committed
- Include alloca.h when need and available.
1 parent 2d1b6f0 commit acb9cae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Zend/zend_execute.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
#include <stdio.h>
2222
#include <signal.h>
2323

24+
#if (HAVE_ALLOCA && HAVE_ALLOCA_H)
25+
#include <alloca.h>
26+
#endif
27+
2428
#include "zend.h"
2529
#include "zend_compile.h"
2630
#include "zend_execute.h"

0 commit comments

Comments
 (0)