]> granicus.if.org Git - php/commitdiff
(bcmath) Name of header changed from php3 to php but include forgotten.
authorDanny Heijl <danny@php.net>
Tue, 14 Dec 1999 21:44:35 +0000 (21:44 +0000)
committerDanny Heijl <danny@php.net>
Tue, 14 Dec 1999 21:44:35 +0000 (21:44 +0000)
ext/bcmath/bcmath.c

index d4a7032376a86b359857a9ff6cbf90b53776c4fe..e39f60244566e5e61acb73a766e142f6c2b0e673 100644 (file)
@@ -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)