From: foobar Date: Mon, 1 Dec 2003 14:01:38 +0000 (+0000) Subject: missing config.h include X-Git-Tag: php-5.0.0b3RC1~449 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73b276ad76981e0a877e9221b9d114661ed295e0;p=php missing config.h include --- 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"