diff options
Diffstat (limited to 'ext/standard/filestat.c')
-rw-r--r-- | ext/standard/filestat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index 819841f82a..f30f7642a2 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -20,7 +20,7 @@ #include "php.h" #include "safe_mode.h" -#include "fopen-wrappers.h" +#include "fopen_wrappers.h" #include "php_globals.h" #include <stdlib.h> |