0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-10-01 05:51:12 +00:00
Files
termux-packages/packages/multitail/mt.c.patch
2024-08-11 13:59:06 +00:00

12 lines
234 B
Diff

--- a/mt.c
+++ b/mt.c
@@ -27,7 +27,7 @@
#if defined(__FreeBSD__)
#include <termios.h>
#else
-#include <sys/termios.h> /* needed on Solaris 8 */
+#include <termios.h> /* needed on Solaris 8 */
#endif
#endif
#include <sys/time.h>