termux-packages/packages/multitail/term.c.patch

13 lines
380 B
Diff
Raw Permalink Normal View History

2015-06-13 01:03:31 +02:00
diff -u -r ../multitail-6.2.1/term.c ./term.c
--- ../multitail-6.2.1/term.c 2014-02-16 15:06:54.000000000 +0100
+++ ./term.c 2014-06-30 16:43:51.000000000 +0200
@@ -16,7 +16,7 @@
#include <stropts.h>
#endif
#ifndef AIX
-#include <sys/termios.h> /* needed on Solaris 8 */
+#include <termios.h> /* needed on Solaris 8 */
#endif
#include <sys/socket.h>
#include <netinet/in.h>