From: foobar Date: Fri, 14 Jan 2005 20:45:11 +0000 (+0000) Subject: MFH: - Fix another generated header include X-Git-Tag: php-5.0.4RC1~347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8f8302bbc11672453221f47ca93e2dbb4a3e1d8;p=php MFH: - Fix another generated header include --- diff --git a/main/php.h b/main/php.h index 5304d2bb1b..0ee8d0f65b 100644 --- a/main/php.h +++ b/main/php.h @@ -101,7 +101,7 @@ #endif #if HAVE_BUILD_DEFS_H -#include "build-defs.h" +#include #endif /* diff --git a/sapi/apache_hooks/php_apache.c b/sapi/apache_hooks/php_apache.c index acbbee6e5d..44f54c3637 100644 --- a/sapi/apache_hooks/php_apache.c +++ b/sapi/apache_hooks/php_apache.c @@ -25,7 +25,7 @@ #include "zend.h" #include "ap_compat.h" #else -#include "build-defs.h" +#include #endif #ifdef ZTS