summaryrefslogtreecommitdiff
path: root/mpeix
diff options
context:
space:
mode:
Diffstat (limited to 'mpeix')
-rw-r--r--mpeix/mpeixish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeix/mpeixish.h b/mpeix/mpeixish.h
index 658e72ef87..4e96f0ec4a 100644
--- a/mpeix/mpeixish.h
+++ b/mpeix/mpeixish.h
@@ -87,7 +87,7 @@
*/
/* #define ALTERNATE_SHEBANG "#!" / **/
-#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX)
+#if !defined(NSIG) || defined(M_UNIX) || defined(__unix) || defined(M_XENIX)
# include <signal.h>
#endif