From: Danny Heijl Date: Tue, 14 Dec 1999 21:44:35 +0000 (+0000) Subject: (bcmath) Name of header changed from php3 to php but include forgotten. X-Git-Tag: PRE_RETURN_REF_MERGE~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88892c6792de7430381045a5b1af7efa7a0449c4;p=php (bcmath) Name of header changed from php3 to php but include forgotten. --- 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)