summaryrefslogtreecommitdiff
path: root/ext/dbase/dbf_head.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-06 03:15:41 +0000
committerSascha Schumann <sas@php.net>2000-05-06 03:15:41 +0000
commit4b87dccefc05717e188c49a94862b3137b444aaa (patch)
tree5f5f852bdd4fac0a0bbbefd3076c35ee857dc7d9 /ext/dbase/dbf_head.c
parent17b84ad7e76bf3b31e5d3d158c9c5fc73f850fdd (diff)
downloadphp-git-4b87dccefc05717e188c49a94862b3137b444aaa.tar.gz
Fix dbase breakage related to the virtual path changes.
Diffstat (limited to 'ext/dbase/dbf_head.c')
-rw-r--r--ext/dbase/dbf_head.c2
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);