Skip to content

Commit 4c31b78

Browse files
MaxKellermannGirgias
authored andcommitted
Zend/zend_globals_macros: add missing include for BEGIN_EXTERN_C
1 parent d44e968 commit 4c31b78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_globals_macros.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#ifndef ZEND_GLOBALS_MACROS_H
2121
#define ZEND_GLOBALS_MACROS_H
2222

23+
#include "zend_portability.h" // for BEGIN_EXTERN_C
24+
2325
typedef struct _zend_compiler_globals zend_compiler_globals;
2426
typedef struct _zend_executor_globals zend_executor_globals;
2527
typedef struct _zend_php_scanner_globals zend_php_scanner_globals;

0 commit comments

Comments
 (0)