summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-01-19 13:42:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-01-19 13:42:03 +0000
commit099685bc64c7dbceb0d631a2523edb7f61aaf02f (patch)
treec82d366b827c90058eea69e9138938a65c18b961 /unixish.h
parent104d25b722892cb36f4c988c17016ee0180c3b1a (diff)
downloadperl-099685bc64c7dbceb0d631a2523edb7f61aaf02f.tar.gz
NetBSD update, based on patches from the NetBSD packages system.
p4raw-id: //depot/cfgperl@2650
Diffstat (limited to 'unixish.h')
-rw-r--r--unixish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unixish.h b/unixish.h
index 2a6cbcdb88..eab2de1643 100644
--- a/unixish.h
+++ b/unixish.h
@@ -89,7 +89,7 @@
*/
/* #define ALTERNATE_SHEBANG "#!" / **/
-#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX)
+#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) || defined(__NetBSD__)
# include <signal.h>
#endif