From: Perl 5 Porters Date: Mon, 19 Aug 1996 00:10:02 +0000 (+0000) Subject: Possibly Include and X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7612125845c02d2d99c5f292ac704179da10f10e;p=p5sagit%2Fp5-mst-13.2.git Possibly Include and --- diff --git a/doio.c b/doio.c index d5b3cc8..af51cd8 100644 --- a/doio.c +++ b/doio.c @@ -43,6 +43,15 @@ #include #endif +#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) +#include +#endif + +/* XXX If this causes problems, set i_unistd=undef in the hint file. */ +#ifdef I_UNISTD +# include +#endif + #if defined(HAS_SOCKET) && !defined(VMS) /* VMS handles sockets via vmsish.h */ # include # include