From bdf9ed31c01d96aba14746e6a3e67fc31278cb46 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 1 Dec 2003 14:01:49 +0000 Subject: [PATCH] MFH --- ext/bcmath/libbcmath/src/bcmath.h | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.40.0