0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-04 05:30:39 +00:00
Files
termux-packages/packages/multitail/term.c.patch
2024-08-11 13:59:06 +00:00

12 lines
240 B
Diff

--- a/term.c
+++ b/term.c
@@ -19,7 +19,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/socket.h>