Skip to content

Commit 94461ff

Browse files
committed
Readd zend.h due to zend_hash.h dependency issue
1 parent b7ac270 commit 94461ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/bcmath/libbcmath/src/bcmath.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ typedef struct bc_struct {
5555
#include "config.h"
5656
#endif
5757

58+
#include "zend.h"
5859
#include <stdbool.h>
5960
#include "zend_string.h"
6061
#include "../../php_bcmath.h" /* Needed for BCG() macro */

0 commit comments

Comments
 (0)