- Fix outside-source-tree builds. Always include generated header files

with #include <some_header.h> to make sure the correct file is used.
This commit is contained in:
foobar 2005-01-09 21:05:06 +00:00
parent 37d3ea836e
commit a139dbf9cc
18 changed files with 20 additions and 20 deletions

View file

@ -42,7 +42,7 @@ modules, but which are not relevant to the outside. */
#elif defined(NETWARE)
# include "config.nw.h"
#else
# include "php_config.h"
# include <php_config.h>
#endif
#ifndef PCRE_SPY