From 88892c6792de7430381045a5b1af7efa7a0449c4 Mon Sep 17 00:00:00 2001 From: Danny Heijl Date: Tue, 14 Dec 1999 21:44:35 +0000 Subject: [PATCH] (bcmath) Name of header changed from php3 to php but include forgotten. --- ext/bcmath/bcmath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0