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