summaryrefslogtreecommitdiff
path: root/ext/bcmath/bcmath.c
diff options
context:
space:
mode:
authorDanny Heijl <danny@php.net>1999-12-14 21:44:35 +0000
committerDanny Heijl <danny@php.net>1999-12-14 21:44:35 +0000
commit88892c6792de7430381045a5b1af7efa7a0449c4 (patch)
tree42a741db7ca1492b6416893693153ca725734acd /ext/bcmath/bcmath.c
parent3fdf0dbedcdc4bd108079d094620dbddff627a19 (diff)
downloadphp-git-88892c6792de7430381045a5b1af7efa7a0449c4.tar.gz
(bcmath) Name of header changed from php3 to php but include forgotten.
Diffstat (limited to 'ext/bcmath/bcmath.c')
-rw-r--r--ext/bcmath/bcmath.c2
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)