summaryrefslogtreecommitdiff
path: root/ext/dba/dba.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-06 09:17:51 +0000
committerMarcus Boerger <helly@php.net>2002-11-06 09:17:51 +0000
commit88af7e9897dec89d0e142c387068b3cd734cb31c (patch)
tree571048c60d8111f7a2c609e7753067bef09083c0 /ext/dba/dba.c
parent4be50925ad2077cb8ea77495204a92aabb7ff93f (diff)
downloadphp-git-88af7e9897dec89d0e142c387068b3cd734cb31c.tar.gz
Use the the name 'flatfile' correctly so the handler support can be built now.
#I do not like the lock solution since a crashed php would leave the *lck #file locked now.
Diffstat (limited to 'ext/dba/dba.c')
-rw-r--r--ext/dba/dba.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dba/dba.c b/ext/dba/dba.c
index 337cfa40e2..d68a291f57 100644
--- a/ext/dba/dba.c
+++ b/ext/dba/dba.c
@@ -35,6 +35,7 @@
#include "php_cdb.h"
#include "php_db2.h"
#include "php_db3.h"
+#include "php_flatfile.h"
/* {{{ dba_functions[]
*/