Mercurial > emacs
diff src/terminfo.c @ 18808:a431fbda7f23
Fix previous change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 15 Jul 1997 18:58:44 +0000 |
| parents | 42cf8e9273ee |
| children | f7a3c16c49cb |
line wrap: on
line diff
--- a/src/terminfo.c Tue Jul 15 18:51:38 1997 +0000 +++ b/src/terminfo.c Tue Jul 15 18:58:44 1997 +0000 @@ -26,7 +26,7 @@ char *UP, *BC, PC; -#if defined (HAVE_TERMIOS_H) || defined (LINUX) +#if defined (HAVE_TERMIOS_H) && defined (LINUX) #include <termios.h> /* 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. */
