FS-4645: --resolve fix build error in fs_cli

This commit is contained in:
Michael Jerris 2012-09-25 14:19:00 -04:00
parent 176d60beb3
commit ee50ed23ab
1 changed files with 1 additions and 1 deletions

View File

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