From f7830195c02682482e8e644ad10fd96de0d654ae Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 29 Nov 2003 13:33:34 +0000 Subject: - Fixed bug #26462 (phpize + ext/bcmath -> compile error) --- ext/bcmath/libbcmath/src/bcmath.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/bcmath/libbcmath/src') diff --git a/ext/bcmath/libbcmath/src/bcmath.h b/ext/bcmath/libbcmath/src/bcmath.h index 1914d0bcdf..7612eabf5d 100644 --- a/ext/bcmath/libbcmath/src/bcmath.h +++ b/ext/bcmath/libbcmath/src/bcmath.h @@ -53,8 +53,7 @@ typedef struct bc_struct } bc_struct; #include "php.h" -#include "ext/bcmath/php_bcmath.h" - +#include "../../php_bcmath.h" /* The base used in storing the numbers in n_value above. Currently this MUST be 10. */ -- cgit v1.2.1