--- rxvt-unicode/src/rxvt.h 2006/12/07 03:30:01 1.265 +++ rxvt-unicode/src/rxvt.h 2007/01/20 00:45:30 1.266 @@ -72,19 +72,8 @@ typedef char *XPointer; #endif -#ifdef HAVE_TERMIOS_H -# include +#include typedef struct termios ttymode_t; -#else -# include -typedef struct { - struct sgttyb sg; - struct tchars tc; - struct ltchars lc; - int line; - int local; -} ttymode_t; -#endif #ifdef XPM_BACKGROUND # ifdef XPM_INC_X11