diff options
author | Richard Soderberg <p5-authors@crystalflame.net> | 2001-07-31 16:16:22 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-01 12:32:22 +0000 |
commit | 607f7f209d8ed464fdad072e993b49793bb24d62 (patch) | |
tree | e15d048c8bb1afc2a3fe4c6c0408af34258438b1 /unixish.h | |
parent | 40292913857a1f6673784ce0d71c8906c48c369b (diff) | |
download | perl-607f7f209d8ed464fdad072e993b49793bb24d62.tar.gz |
-Wall cleanups: unixish.h
Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
p4raw-id: //depot/perl@11529
Diffstat (limited to 'unixish.h')
-rw-r--r-- | unixish.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <signal.h> #endif |