From: foobar Date: Mon, 1 Dec 2003 14:01:49 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.5RC1~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdf9ed31c01d96aba14746e6a3e67fc31278cb46;p=php MFH --- diff --git a/ext/bcmath/libbcmath/src/bcmath.h b/ext/bcmath/libbcmath/src/bcmath.h index 7612eabf5d..1c26a3d93d 100644 --- a/ext/bcmath/libbcmath/src/bcmath.h +++ b/ext/bcmath/libbcmath/src/bcmath.h @@ -52,6 +52,10 @@ typedef struct bc_struct in the case of leading zeros generated. */ } bc_struct; +#ifdef HAVE_CONFIG_H +#include "../../config.h" +#endif + #include "php.h" #include "../../php_bcmath.h"