- 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

@ -34,7 +34,7 @@
#elif NETWARE
#include "config.nw.h"
#else
#include "php_config.h"
#include <php_config.h>
#endif
#ifdef HAVE_DIRENT_H