Skip to content

Commit 666f738

Browse files
committed
Attempt to fix the bcmath build
1 parent 3bb53c8 commit 666f738

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/standard/php_math_round_mode.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
+----------------------------------------------------------------------+
1616
*/
1717

18+
#include "php.h"
19+
1820
/* Define rounding modes (all are round-to-nearest) */
1921
#ifndef PHP_ROUND_HALF_UP
2022
#define PHP_ROUND_HALF_UP 0x01 /* Arithmetic rounding, up == away from zero */

0 commit comments

Comments
 (0)