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 /main/php.h | |
parent | e805c1b3c1322d3cf40e7233e2882b1f608a82d4 (diff) | |
download | php-git-c2fb53bed76d5e7c2aa6fbe69d98c3c442255a00.tar.gz |
Finish fopen-wrappers rename.
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index a15786e395..a045870047 100644 --- a/main/php.h +++ b/main/php.h @@ -161,7 +161,7 @@ typedef unsigned int socklen_t; char *strerror(int); #endif -#include "fopen-wrappers.h" +#include "fopen_wrappers.h" #if (REGEX == 1 || REGEX == 0) && !defined(NO_REGEX_EXTRA_H) #include "regex/regex_extra.h" |