From 73b276ad76981e0a877e9221b9d114661ed295e0 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 1 Dec 2003 14:01:38 +0000 Subject: missing config.h include --- ext/bcmath/libbcmath/src/bcmath.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/bcmath/libbcmath/src') 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" -- cgit v1.2.1