summaryrefslogtreecommitdiff
path: root/ext/standard
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard')
-rw-r--r--ext/standard/dir.c2
-rw-r--r--ext/standard/file.c2
-rw-r--r--ext/standard/filestat.c2
-rw-r--r--ext/standard/image.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/dir.c b/ext/standard/dir.c
index 89f4f797c0..ff108a3fad 100644
--- a/ext/standard/dir.c
+++ b/ext/standard/dir.c
@@ -22,7 +22,7 @@
/* {{{ includes/startup/misc */
#include "php.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "php_dir.h"
diff --git a/ext/standard/file.c b/ext/standard/file.c
index 6f8b05e351..458df70323 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -69,7 +69,7 @@
#include <sys/time.h>
#endif
#include "fsock.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "php_globals.h"
#ifdef HAVE_SYS_FILE_H
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>
diff --git a/ext/standard/image.c b/ext/standard/image.c
index f33f5e6b54..5a971cbf5c 100644
--- a/ext/standard/image.c
+++ b/ext/standard/image.c
@@ -41,7 +41,7 @@
#if HAVE_FCNTL_H
#include <fcntl.h>
#endif
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "ext/standard/fsock.h"
#if HAVE_UNISTD_H
#include <unistd.h>