1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

android: fix termux build

This commit is contained in:
Delyan Angelov
2020-03-29 21:54:21 +03:00
committed by GitHub
parent ec025f2020
commit 7785583b34
2 changed files with 5 additions and 5 deletions

View File

@ -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