From: Pierre Joye Date: Fri, 15 Aug 2008 15:38:55 +0000 (+0000) Subject: - no config.h in ext/ X-Git-Tag: BEFORE_HEAD_NS_CHANGE~701 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30c3c16143db79caac9885ef5280d3c0c52f0786;p=php - no config.h in ext/ --- 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"