diff -u -r ../multitail-6.2.1/mt.c ./mt.c
--- ../multitail-6.2.1/mt.c	2014-02-16 15:06:54.000000000 +0100
+++ ./mt.c	2014-06-30 16:43:12.000000000 +0200
@@ -23,7 +23,7 @@
 #include <sys/ioctl.h>
 #include <sys/stat.h>
 #ifndef AIX
-#include <sys/termios.h> /* needed on Solaris 8 */
+#include <termios.h> /* needed on Solaris 8 */
 #endif
 #include <sys/time.h>
 #include <sys/wait.h>