X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/5ab57b9f0ae714047e5875f94d0ef05b44e93cbb..d7cb42c3490e1cb58a5b4ccbfda2368115a7af58:/src/systty.h diff --git a/src/systty.h b/src/systty.h index bb24a7aedb..b07bfa2786 100644 --- a/src/systty.h +++ b/src/systty.h @@ -26,12 +26,19 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef __DGUX #include #endif +#ifndef NO_TERMIO #include +#endif /* not NO_TERMIO */ #include #else #ifdef HAVE_TERMIOS +#if defined(_AIX) && defined(_I386) +#include /* termios.h needs to be before termio.h */ +#include +#else #include #include +#endif /* _AIX && _I386 */ #include #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ #ifndef VMS @@ -157,7 +164,7 @@ static struct sensemode { #undef ASYNC #endif -/* Interupt input is not used if there is no FIONREAD. */ +/* Interrupt input is not used if there is no FIONREAD. */ #ifndef FIONREAD #undef SIGIO #endif