summaryrefslogtreecommitdiff
path: root/usr.bin/less/screen.c
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-08-01 22:01:39 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-08-01 22:01:39 +0000
commitaaf2ea778011805413a4efe8fafae8212af7cfdb (patch)
treeb4997d51bc85e67cacf0e502bd027670fb7f0d41 /usr.bin/less/screen.c
parent7a14321ae0fa969b3b13d7f06f0ddc12bc09acab (diff)
another round of missing system includes
ok tedu@
Diffstat (limited to 'usr.bin/less/screen.c')
-rw-r--r--usr.bin/less/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/screen.c b/usr.bin/less/screen.c
index 784c1f44dcd..33851e506fd 100644
--- a/usr.bin/less/screen.c
+++ b/usr.bin/less/screen.c
@@ -40,7 +40,7 @@ extern int fd0;
#if HAVE_TERMIOS_H && HAVE_TERMIOS_FUNCS
#include <termios.h>
-#if HAVE_SYS_IOCTL_H && !defined(TIOCGWINSZ)
+#if HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#else