diff --git a/utils/magsgtty.h b/utils/magsgtty.h index 839ce532..a0962a0e 100644 --- a/utils/magsgtty.h +++ b/utils/magsgtty.h @@ -22,11 +22,19 @@ #define _MAGSGTTY_H #if !defined(SYSV) && !defined(CYGWIN) + # ifdef ALPHA # undef MAX # undef MIN # endif -#include + +# ifndef COMPAT_43TTY +# define COMPAT_43TTY +# endif + +#include +#include + #else #include #endif