FS-4645: --resolve fix build error in fs_cli
This commit is contained in:
parent
176d60beb3
commit
ee50ed23ab
|
@ -128,7 +128,7 @@ static void screen_size(int *x, int *y)
|
|||
if (y) *y = csbi.dwSize.Y;
|
||||
}
|
||||
|
||||
#elif TIOCGWINSZ
|
||||
#elif defined(TIOCGWINSZ)
|
||||
struct winsize w;
|
||||
ioctl(0, TIOCGWINSZ, &w);
|
||||
|
||||
|
|
Loading…
Reference in New Issue