diff options
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" |