summaryrefslogtreecommitdiff
path: root/ext/dbase
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-02 05:16:20 +0000
committerSascha Schumann <sas@php.net>2000-05-02 05:16:20 +0000
commitf6a7542f73e39de7dd182dee61273f358084488d (patch)
treede613f663d506d90a9884ff47818588c2d492a55 /ext/dbase
parent6767b4df686dc5523e5e25355713657a93f2121c (diff)
downloadphp-git-f6a7542f73e39de7dd182dee61273f358084488d.tar.gz
Include php_virtual_cwd.h for V_OPEN
Diffstat (limited to 'ext/dbase')
-rw-r--r--ext/dbase/dbf_head.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dbase/dbf_head.c b/ext/dbase/dbf_head.c
index cc97330347..4214f39669 100644
--- a/ext/dbase/dbf_head.c
+++ b/ext/dbase/dbf_head.c
@@ -8,6 +8,7 @@
#include <fcntl.h>
#include "dbf.h"
+#include "php_virtual_cwd.c"
void free_dbf_head(dbhead_t *dbh);
int get_dbf_field(dbhead_t *dbh, dbfield_t *dbf);