diff options
-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); |