From 67e694204587e92aef736f99d696fbabad3c8b4d Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Sat, 8 Sep 2007 09:56:52 +0000 Subject: [PATCH] point to valid config header --- ext/bcmath/libbcmath/src/bcmath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/bcmath/libbcmath/src/bcmath.h b/ext/bcmath/libbcmath/src/bcmath.h index ce68f0da4e..3d7c478648 100644 --- a/ext/bcmath/libbcmath/src/bcmath.h +++ b/ext/bcmath/libbcmath/src/bcmath.h @@ -53,7 +53,7 @@ typedef struct bc_struct } bc_struct; #ifdef HAVE_CONFIG_H -#include "../../config.h" +#include "config.h" #endif #include "php.h" -- 2.50.1