From a139dbf9ccf47a99b449c7bdcdfb846563bb7cec Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 9 Jan 2005 21:05:06 +0000 Subject: - Fix outside-source-tree builds. Always include generated header files with #include to make sure the correct file is used. --- ext/bcmath/libbcmath/src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bcmath/libbcmath/src') diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h index 89e3e43b69..e1b46cbc86 100644 --- a/ext/bcmath/libbcmath/src/config.h +++ b/ext/bcmath/libbcmath/src/config.h @@ -3,7 +3,7 @@ #elif defined(NETWARE) #include "config.nw.h" #else -#include "php_config.h" +#include #endif #include "php.h" -- cgit v1.2.1