--- clients/telnet/externs.h +++ clients/telnet/externs.h @@ -92,10 +92,10 @@ # include # endif # else -# ifdef HAVE_SYS_TERMIOS_H -# include -#elif defined(HAVE_TERMIOS_H) +# ifdef HAVE_TERMIOS_H # include +#elif defined(HAVE_SYS_TERMIOS_H) +# include # endif # endif #endif