diff options
Diffstat (limited to 'mpeix')
-rw-r--r-- | mpeix/mpeixish.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mpeix/mpeixish.h b/mpeix/mpeixish.h index 4e96f0ec4a..49ef4355fe 100644 --- a/mpeix/mpeixish.h +++ b/mpeix/mpeixish.h @@ -87,9 +87,7 @@ */ /* #define ALTERNATE_SHEBANG "#!" / **/ -#if !defined(NSIG) || defined(M_UNIX) || defined(__unix) || defined(M_XENIX) -# include <signal.h> -#endif +#include <signal.h> #ifndef SIGABRT # define SIGABRT SIGILL |