diff options
| author | foobar <sniper@php.net> | 2005-01-09 21:05:06 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-01-09 21:05:06 +0000 |
| commit | a139dbf9ccf47a99b449c7bdcdfb846563bb7cec (patch) | |
| tree | fcb22e91ef5c5e71fc323ef1d16c156375467338 /sapi/cgi | |
| parent | 37d3ea836ec665500e6b61d35212b6d168d2d218 (diff) | |
| download | php-git-a139dbf9ccf47a99b449c7bdcdfb846563bb7cec.tar.gz | |
- Fix outside-source-tree builds. Always include generated header files
with #include <some_header.h> to make sure the correct file is used.
Diffstat (limited to 'sapi/cgi')
| -rw-r--r-- | sapi/cgi/libfcgi/include/fcgi_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/libfcgi/include/fcgi_config.h b/sapi/cgi/libfcgi/include/fcgi_config.h index bb031a0bb7..07236793b2 100644 --- a/sapi/cgi/libfcgi/include/fcgi_config.h +++ b/sapi/cgi/libfcgi/include/fcgi_config.h @@ -2,6 +2,6 @@ #ifdef _WIN32 #include "fcgi_config_win32.h" #else -#include "php_config.h" +#include <php_config.h> #endif |
