summaryrefslogtreecommitdiff
path: root/ext/db
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-02-23 22:07:16 +0000
committerSascha Schumann <sas@php.net>2001-02-23 22:07:16 +0000
commitc2fb53bed76d5e7c2aa6fbe69d98c3c442255a00 (patch)
tree5db2d5bc2e29bbfe78c542de96e0daa7dfe98012 /ext/db
parente805c1b3c1322d3cf40e7233e2882b1f608a82d4 (diff)
downloadphp-git-c2fb53bed76d5e7c2aa6fbe69d98c3c442255a00.tar.gz
Finish fopen-wrappers rename.
Diffstat (limited to 'ext/db')
-rw-r--r--ext/db/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/db/db.c b/ext/db/db.c
index 8923c8094c..146f4bb787 100644
--- a/ext/db/db.c
+++ b/ext/db/db.c
@@ -25,7 +25,7 @@
#include "php.h"
#include "php_globals.h"
#include "safe_mode.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "ext/standard/flock_compat.h"
#include "ext/standard/info.h"