From: Richard Soderberg Date: Tue, 31 Jul 2001 23:16:22 +0000 (-0700) Subject: -Wall cleanups: unixish.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=607f7f209d8ed464fdad072e993b49793bb24d62;p=p5sagit%2Fp5-mst-13.2.git -Wall cleanups: unixish.h Message-ID: p4raw-id: //depot/perl@11529 --- diff --git a/unixish.h b/unixish.h index fb3a995..a7e00d2 100644 --- a/unixish.h +++ b/unixish.h @@ -93,7 +93,7 @@ */ /* #define ALTERNATE_SHEBANG "#!" / **/ -#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) || defined(__NetBSD__) +#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) || defined(__NetBSD__) || defined(__FreeBSD__) # include #endif