mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
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…
x
Reference in New Issue
Block a user