From 4e3cb1d3c5cd6d5aa7526cc8ae60778e283e9568 Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Sun, 18 Aug 2002 04:33:10 +0000 Subject: [PATCH] Bug Fix #18960 - Submitted by alan_k@php.net --- 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 74e07c2196..2d0e67c4ac 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -28,7 +28,7 @@ #include "ext/standard/info.h" #include "php_bcmath.h" -#include "ext/bcmath/libbcmath/src/bcmath.h" +#include "libbcmath/src/bcmath.h" function_entry bcmath_functions[] = { PHP_FE(bcadd, NULL) -- 2.50.1