diff options
| author | foobar <sniper@php.net> | 2003-11-29 13:35:33 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-11-29 13:35:33 +0000 |
| commit | 5f4df1983388b1c28c47f73d8ff99fefbfb3aacb (patch) | |
| tree | 73f67bd81dae21de2617bf949bc1c57087714c74 /ext/bcmath/libbcmath/src | |
| parent | cfeec1e72bbcfc14d2b36a408abb2361d344b88a (diff) | |
| download | php-git-5f4df1983388b1c28c47f73d8ff99fefbfb3aacb.tar.gz | |
MFH: - fixed Bug #26462 (phpize + ext/bcmath -> compile error)
Diffstat (limited to 'ext/bcmath/libbcmath/src')
| -rw-r--r-- | ext/bcmath/libbcmath/src/bcmath.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/bcmath/libbcmath/src/bcmath.h b/ext/bcmath/libbcmath/src/bcmath.h index 6833ce4bcf..7612eabf5d 100644 --- a/ext/bcmath/libbcmath/src/bcmath.h +++ b/ext/bcmath/libbcmath/src/bcmath.h @@ -52,9 +52,8 @@ typedef struct bc_struct in the case of leading zeros generated. */ } bc_struct; -#include <php.h> -#include <ext/bcmath/php_bcmath.h> - +#include "php.h" +#include "../../php_bcmath.h" /* The base used in storing the numbers in n_value above. Currently this MUST be 10. */ |
