From: Rob Richards Date: Sat, 8 Sep 2007 09:57:22 +0000 (+0000) Subject: MFH: point to valid config header X-Git-Tag: php-5.2.5RC1~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20296c625d448ea8423e40737dcd542272dd44ba;p=php MFH: point to valid config header --- 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"