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_sprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_sprintf.c') diff --git a/main/php_sprintf.c b/main/php_sprintf.c index 52a8490651..7e5e12fb33 100644 --- a/main/php_sprintf.c +++ b/main/php_sprintf.c @@ -26,7 +26,7 @@ #elif defined NETWARE #include "config.nw.h" #else -#include "php_config.h" +#include #endif PHPAPI int -- cgit v1.2.1