Browse Source

Compile fix

migration/INITIAL
Zeev Suraski 27 years ago
parent
commit
fa76f0c903
  1. 5
      Zend/zend_compile.h

5
Zend/zend_compile.h

@ -18,6 +18,11 @@
#define _COMPILE_H
#include "zend.h"
#if HAVE_STDARG_H
#include <stdarg.h>
#endif
#include "zend_llist.h"
#define YYSTYPE znode
#include "zend-parser.h"

Loading…
Cancel
Save