--- tty.c Sun Mar 30 22:57:59 2003 +++ tty.c Thu Mar 15 22:48:59 2007 @@ -86,11 +86,11 @@ #include struct sgttyb oldsb, newsb; #else -#ifndef POSIX -#include #ifndef NCC #define NCC NCCS #endif +#ifndef POSIX +#include struct termio oldsb, newsb; #else #include