Browse Source

Include php_virtual_cwd.h for V_OPEN

PHP-4.0.5
Sascha Schumann 27 years ago
parent
commit
f6a7542f73
  1. 1
      ext/dbase/dbf_head.c

1
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);

Loading…
Cancel
Save