mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
12 lines
234 B
Diff
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>
|