diff options
-rw-r--r-- | ext/dbase/dbf_head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbase/dbf_head.c b/ext/dbase/dbf_head.c index 4214f39669..c92a29ba3a 100644 --- a/ext/dbase/dbf_head.c +++ b/ext/dbase/dbf_head.c @@ -8,7 +8,7 @@ #include <fcntl.h> #include "dbf.h" -#include "php_virtual_cwd.c" +#include "php.h" void free_dbf_head(dbhead_t *dbh); int get_dbf_field(dbhead_t *dbh, dbfield_t *dbf); |