We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44e968 commit 4c31b78Copy full SHA for 4c31b78
Zend/zend_globals_macros.h
@@ -20,6 +20,8 @@
20
#ifndef ZEND_GLOBALS_MACROS_H
21
#define ZEND_GLOBALS_MACROS_H
22
23
+#include "zend_portability.h" // for BEGIN_EXTERN_C
24
+
25
typedef struct _zend_compiler_globals zend_compiler_globals;
26
typedef struct _zend_executor_globals zend_executor_globals;
27
typedef struct _zend_php_scanner_globals zend_php_scanner_globals;
0 commit comments