From 4e3d4e43295b5c56314bf92ca35c45caa54d7260 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 17 Feb 2003 03:07:33 +0000 Subject: - Let's be consistent with these.. --- ext/bcmath/libbcmath/src/bcmath.h | 4 ++-- ext/bcmath/libbcmath/src/config.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/bcmath/libbcmath') diff --git a/ext/bcmath/libbcmath/src/bcmath.h b/ext/bcmath/libbcmath/src/bcmath.h index 6833ce4bcf..1914d0bcdf 100644 --- a/ext/bcmath/libbcmath/src/bcmath.h +++ b/ext/bcmath/libbcmath/src/bcmath.h @@ -52,8 +52,8 @@ typedef struct bc_struct in the case of leading zeros generated. */ } bc_struct; -#include -#include +#include "php.h" +#include "ext/bcmath/php_bcmath.h" /* The base used in storing the numbers in n_value above. diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h index a70ba5e52d..89e3e43b69 100644 --- a/ext/bcmath/libbcmath/src/config.h +++ b/ext/bcmath/libbcmath/src/config.h @@ -6,7 +6,7 @@ #include "php_config.h" #endif -#include +#include "php.h" #include #include "zend.h" #include "zend_alloc.h" -- cgit v1.2.1