mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -34,7 +34,7 @@
|
|||
#elif NETWARE
|
||||
#include "config.nw.h"
|
||||
#else
|
||||
#include "php_config.h"
|
||||
#include <php_config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DIRENT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue