This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
replace Pod::Text with Pod::SimpleText v0.01 (thanks
[perl5.git] / unixish.h
index 2a6cbcd..eab2de1 100644 (file)
--- 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