Skip to content

Commit 9521d21

Browse files
MaxKellermannGirgias
authored andcommitted
main/php_globals.h: add missing include for PHPAPI
1 parent d613615 commit 9521d21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/php_globals.h

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#ifndef PHP_GLOBALS_H
1818
#define PHP_GLOBALS_H
1919

20+
#include "php.h" // for PHPAPI
2021
#include "zend_globals.h"
2122

2223
typedef struct _php_core_globals php_core_globals;

0 commit comments

Comments
 (0)