diff options
author | Danny Heijl <danny@php.net> | 1999-12-14 21:44:35 +0000 |
---|---|---|
committer | Danny Heijl <danny@php.net> | 1999-12-14 21:44:35 +0000 |
commit | 88892c6792de7430381045a5b1af7efa7a0449c4 (patch) | |
tree | 42a741db7ca1492b6416893693153ca725734acd /ext/bcmath | |
parent | 3fdf0dbedcdc4bd108079d094620dbddff627a19 (diff) | |
download | php-git-88892c6792de7430381045a5b1af7efa7a0449c4.tar.gz |
(bcmath) Name of header changed from php3 to php but include forgotten.
Diffstat (limited to 'ext/bcmath')
-rw-r--r-- | ext/bcmath/bcmath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index d4a7032376..e39f602445 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -21,7 +21,7 @@ #if WITH_BCMATH #include "number.h" -#include "php3_bcmath.h" +#include "php_bcmath.h" function_entry bcmath_functions[] = { PHP_FE(bcadd, NULL) |