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_syslog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_syslog.h') diff --git a/main/php_syslog.h b/main/php_syslog.h index 3f93f28ee1..2a59d41ab5 100644 --- a/main/php_syslog.h +++ b/main/php_syslog.h @@ -29,7 +29,7 @@ #include #endif #else -#include "php_config.h" +#include #ifdef HAVE_SYSLOG_H #include #endif -- cgit v1.2.1