mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
- 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:
parent
37d3ea836e
commit
a139dbf9cc
18 changed files with 20 additions and 20 deletions
|
@ -3,7 +3,7 @@
|
|||
#elif defined(NETWARE)
|
||||
#include "config.nw.h"
|
||||
#else
|
||||
#include "php_config.h"
|
||||
#include <php_config.h>
|
||||
#endif
|
||||
|
||||
#include "php.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue