summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-11-29 13:33:34 +0000
committerfoobar <sniper@php.net>2003-11-29 13:33:34 +0000
commitf7830195c02682482e8e644ad10fd96de0d654ae (patch)
tree9f4645aa896ab377386061e477f99a0091c5a158 /ext/bcmath/libbcmath
parentdf63bcddda8849c2ec99e0af2901b4bccd075f2a (diff)
downloadphp-git-f7830195c02682482e8e644ad10fd96de0d654ae.tar.gz
- Fixed bug #26462 (phpize + ext/bcmath -> compile error)
Diffstat (limited to 'ext/bcmath/libbcmath')
-rw-r--r--ext/bcmath/libbcmath/src/bcmath.h3
1 files changed, 1 insertions, 2 deletions
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. */