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. --- main/php_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_compat.h') diff --git a/main/php_compat.h b/main/php_compat.h index 5f11e0635b..ceb5cf8882 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -26,7 +26,7 @@ #elif defined(NETWARE) #include "config.nw.h" #else -#include "php_config.h" +#include #endif #if defined(HAVE_BUNDLED_PCRE) || !defined(PHP_VERSION) -- cgit v1.2.1