Skip to content

Commit 2f71fa3

Browse files
committed
zend_globals_macros.h: add missing include
1 parent 261a1d3 commit 2f71fa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_globals_macros.h

+2
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"
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)