Skip to content

Commit fa76f0c

Browse files
committed
Compile fix
1 parent 39f9487 commit fa76f0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Zend/zend_compile.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
#define _COMPILE_H
1919

2020
#include "zend.h"
21+
22+
#if HAVE_STDARG_H
23+
#include <stdarg.h>
24+
#endif
25+
2126
#include "zend_llist.h"
2227
#define YYSTYPE znode
2328
#include "zend-parser.h"

0 commit comments

Comments
 (0)