Skip to content

Commit 84765ad

Browse files
committed
Zend/zend_system_id.h: add missing include
For BEGIN_EXTERN_C, ZEND_API.
1 parent 20c0eb4 commit 84765ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_system_id.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#ifndef ZEND_SYSTEM_ID_H
1818
#define ZEND_SYSTEM_ID_H
1919

20+
#include "zend_API.h"
21+
2022
BEGIN_EXTERN_C()
2123
/* True global; Write-only during MINIT/startup */
2224
extern ZEND_API char zend_system_id[32];

0 commit comments

Comments
 (0)