mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
16 lines
267 B
Diff
16 lines
267 B
Diff
https://github.com/termux/termux-packages/issues/15852
|
|
|
|
--- a/telnet/sys_bsd.c
|
|
+++ b/telnet/sys_bsd.c
|
|
@@ -63,6 +63,10 @@
|
|
#include <sys/select.h>
|
|
#include <attribute.h>
|
|
|
|
+#ifdef __ANDROID__
|
|
+#include <termios.h>
|
|
+#endif
|
|
+
|
|
#include "ring.h"
|
|
|
|
#include "defines.h"
|