android: fix termux build
parent
ec025f2020
commit
7785583b34
|
@ -4,11 +4,6 @@ import os
|
|||
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
$if solaris {
|
||||
#include <unistd.h> // ioctl
|
||||
#include <sys/termios.h> // TIOCGWINSZ
|
||||
}
|
||||
|
||||
pub struct C.winsize {
|
||||
pub:
|
||||
ws_row u16
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
module term
|
||||
|
||||
#include <unistd.h> // ioctl
|
||||
|
||||
#include <sys/termios.h> // TIOCGWINSZ
|
Loading…
Reference in New Issue