diff options
| author | Sascha Schumann <sas@php.net> | 2001-02-23 22:07:16 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2001-02-23 22:07:16 +0000 |
| commit | c2fb53bed76d5e7c2aa6fbe69d98c3c442255a00 (patch) | |
| tree | 5db2d5bc2e29bbfe78c542de96e0daa7dfe98012 /sapi/cgi/cgi_main.c | |
| parent | e805c1b3c1322d3cf40e7233e2882b1f608a82d4 (diff) | |
| download | php-git-c2fb53bed76d5e7c2aa6fbe69d98c3c442255a00.tar.gz | |
Finish fopen-wrappers rename.
Diffstat (limited to 'sapi/cgi/cgi_main.c')
| -rw-r--r-- | sapi/cgi/cgi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 0163867c5b..f215bd9a14 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -52,7 +52,7 @@ #include "php_ini.h" #include "php_globals.h" #include "php_main.h" -#include "fopen-wrappers.h" +#include "fopen_wrappers.h" #include "ext/standard/php_standard.h" #ifdef PHP_WIN32 #include <io.h> |
