diff options
| author | Edin Kadribasic <edink@php.net> | 2002-11-13 12:12:44 +0000 |
|---|---|---|
| committer | Edin Kadribasic <edink@php.net> | 2002-11-13 12:12:44 +0000 |
| commit | af436aa873439a84f8ba3a73609ff9da6879ea77 (patch) | |
| tree | 16425206f25feec2e021e44422f04a5605fdf61d /ext/dba/libcdb/cdb_make.c | |
| parent | 9f2a1ce9d47d8c7e8f1181bc9c0dff69eb149835 (diff) | |
| download | php-git-af436aa873439a84f8ba3a73609ff9da6879ea77.tar.gz | |
Added support for bundled flatfile, cdb and cdb_make handlers
to win32 build of the dba extension.
Diffstat (limited to 'ext/dba/libcdb/cdb_make.c')
| -rw-r--r-- | ext/dba/libcdb/cdb_make.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dba/libcdb/cdb_make.c b/ext/dba/libcdb/cdb_make.c index 3a7520b274..375747f108 100644 --- a/ext/dba/libcdb/cdb_make.c +++ b/ext/dba/libcdb/cdb_make.c @@ -27,7 +27,9 @@ #include "php.h" #include <sys/types.h> +#ifdef HAVE_UNISTD_H #include <unistd.h> +#endif #include <stdlib.h> #include <stdio.h> #include <errno.h> |
