summaryrefslogtreecommitdiff
path: root/ext/bcmath
diff options
context:
space:
mode:
authorJoey Smith <joey@php.net>1999-12-14 18:37:14 +0000
committerJoey Smith <joey@php.net>1999-12-14 18:37:14 +0000
commit7dfeb4fd21f4cae260c0b4585d074f13fccf6e75 (patch)
tree5bd895a32bc14ba8068b7d44442dc2f868693178 /ext/bcmath
parent7af301be55f0dd66663516bf2ee56ffa5b5caf9c (diff)
downloadphp-git-7dfeb4fd21f4cae260c0b4585d074f13fccf6e75.tar.gz
# Added date/time stamping to php3_log_error
@ Preliminary support for date/time stamping in error logs Preliminary support for date/time stamping in error logs
Diffstat (limited to 'ext/bcmath')
-rw-r--r--ext/bcmath/Makefile.am1
-rw-r--r--ext/bcmath/bcmath.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/ext/bcmath/Makefile.am b/ext/bcmath/Makefile.am
index e529f579ae..e73bafce78 100644
--- a/ext/bcmath/Makefile.am
+++ b/ext/bcmath/Makefile.am
@@ -1,4 +1,5 @@
# $Id$
+INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
noinst_LTLIBRARIES=libphpext_bcmath.la
libphpext_bcmath_la_SOURCES=bcmath.c number.c
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c
index e39f602445..d4a7032376 100644
--- a/ext/bcmath/bcmath.c
+++ b/ext/bcmath/bcmath.c
@@ -21,7 +21,7 @@
#if WITH_BCMATH
#include "number.h"
-#include "php_bcmath.h"
+#include "php3_bcmath.h"
function_entry bcmath_functions[] = {
PHP_FE(bcadd, NULL)