=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/screen.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/less/screen.c 2003/04/13 18:26:26 1.11 --- src/usr.bin/less/screen.c 2003/08/01 22:01:37 1.12 *************** *** 40,46 **** #if HAVE_TERMIOS_H && HAVE_TERMIOS_FUNCS #include ! #if HAVE_SYS_IOCTL_H && !defined(TIOCGWINSZ) #include #endif #else --- 40,46 ---- #if HAVE_TERMIOS_H && HAVE_TERMIOS_FUNCS #include ! #if HAVE_SYS_IOCTL_H #include #endif #else