diff options
author | Sascha Schumann <sas@php.net> | 2000-05-02 05:16:20 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-02 05:16:20 +0000 |
commit | f6a7542f73e39de7dd182dee61273f358084488d (patch) | |
tree | de613f663d506d90a9884ff47818588c2d492a55 /ext/dbase | |
parent | 6767b4df686dc5523e5e25355713657a93f2121c (diff) | |
download | php-git-f6a7542f73e39de7dd182dee61273f358084488d.tar.gz |
Include php_virtual_cwd.h for V_OPEN
Diffstat (limited to 'ext/dbase')
-rw-r--r-- | ext/dbase/dbf_head.c | 1 |
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); |