--- ircii-2.8.2/ircii-2.8.2/source/term.c.orig	Wed Jan  4 18:49:56 1995
+++ ircii-2.8.2/ircii-2.8.2/source/term.c	Tue Nov  4 04:40:49 1997
@@ -93,6 +93,11 @@
 
 #ifdef __linux__
 # define USE_TERMIO
+# include <termios.h>
+# define termio termios
+# undef TCGETA
+# undef TCSETA
+# undef TIOCLSET
 #endif
 
 /*
