1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Zend/zend_globals_macros: add missing include for BEGIN_EXTERN_C

This commit is contained in:
Max Kellermann
2023-01-04 20:34:59 +01:00
committed by George Peter Banyard
parent d44e9680f0
commit 4c31b7888a

View File

@@ -20,6 +20,8 @@
#ifndef ZEND_GLOBALS_MACROS_H
#define ZEND_GLOBALS_MACROS_H
#include "zend_portability.h" // for BEGIN_EXTERN_C
typedef struct _zend_compiler_globals zend_compiler_globals;
typedef struct _zend_executor_globals zend_executor_globals;
typedef struct _zend_php_scanner_globals zend_php_scanner_globals;