libhdf5: add package
[termux-packages] / packages / multitail / mt.c.patch
CommitLineData
59f0d218
FF
1diff -u -r ../multitail-6.2.1/mt.c ./mt.c
2--- ../multitail-6.2.1/mt.c 2014-02-16 15:06:54.000000000 +0100
3+++ ./mt.c 2014-06-30 16:43:12.000000000 +0200
4@@ -23,7 +23,7 @@
5 #include <sys/ioctl.h>
6 #include <sys/stat.h>
7 #ifndef AIX
8-#include <sys/termios.h> /* needed on Solaris 8 */
9+#include <termios.h> /* needed on Solaris 8 */
10 #endif
11 #include <sys/time.h>
12 #include <sys/wait.h>