You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
14 lines
206 B
Diff
14 lines
206 B
Diff
--- a/openpty.c
|
|
+++ b/openpty.c
|
|
@@ -10,6 +10,10 @@
|
|
|
|
#include "zssh.h"
|
|
|
|
+#ifdef __ANDROID__
|
|
+#include <pty.h>
|
|
+#endif
|
|
+
|
|
#define GL_SLAVENAMELEN 50
|
|
static char gl_slavename[GL_SLAVENAMELEN + 1] = {0};
|
|
|