Skip to content

Commit ced3dd4

Browse files
committed
Zend/zend_portability: include php_config.h for HAVE_*
1 parent e7a0a2b commit ced3dd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_portability.h

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

24+
#include "php_config.h" // for HAVE_*
25+
2426
#ifdef __cplusplus
2527
#define BEGIN_EXTERN_C() extern "C" {
2628
#define END_EXTERN_C() }

0 commit comments

Comments
 (0)