0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-04 18:45:52 +00:00
termux-packages/packages/inetutils/telnet-sys_bsd.c.patch
2023-04-12 04:30:37 +09:00

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"