diff options
author | Fifer, Eric <EFifer@sanwaint.com> | 2000-02-25 22:57:16 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-25 22:57:16 +0000 |
commit | 6b49d2665cf5b4cee8758bc654f9290f3855049e (patch) | |
tree | 57c1753941191836a288dbc3d34f5ff81f13ef1d /cygwin/cygwin.c | |
parent | c890dc6c586a442573099f83869005d8d2629877 (diff) | |
download | perl-6b49d2665cf5b4cee8758bc654f9290f3855049e.tar.gz |
cygwin port
To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
p4raw-id: //depot/cfgperl@5260
Diffstat (limited to 'cygwin/cygwin.c')
-rw-r--r-- | cygwin/cygwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/cygwin.c b/cygwin/cygwin.c index fc7767ffdc..bece81b1e4 100644 --- a/cygwin/cygwin.c +++ b/cygwin/cygwin.c @@ -7,7 +7,7 @@ #undef USE_DYNAMIC_LOADING #include "XSUB.h" -#include <sys/unistd.h> +#include <unistd.h> /* see also Cwd.pm */ |