libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / multitail / term.c.patch
CommitLineData
59f0d218
FF
1diff -u -r ../multitail-6.2.1/term.c ./term.c
2--- ../multitail-6.2.1/term.c 2014-02-16 15:06:54.000000000 +0100
3+++ ./term.c 2014-06-30 16:43:51.000000000 +0200
4@@ -16,7 +16,7 @@
5 #include <stropts.h>
6 #endif
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/socket.h>
12 #include <netinet/in.h>