From 515b04d08c5064d710b753d74b0e2eef80992c3a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 15 Jul 1997 18:58:44 +0000 Subject: Fix previous change. --- src/terminfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/terminfo.c') diff --git a/src/terminfo.c b/src/terminfo.c index ae015b9b6ad..870461f5a04 100644 --- a/src/terminfo.c +++ b/src/terminfo.c @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ char *UP, *BC, PC; -#if defined (HAVE_TERMIOS_H) || defined (LINUX) +#if defined (HAVE_TERMIOS_H) && defined (LINUX) #include /* HJL's version of libc is said to need this on the Alpha. On the other hand, DEC OSF1 on the Alpha needs ospeed to be a short. */ -- cgit v1.2.1