diff options
| author | Richard M. Stallman | 1997-07-15 18:58:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-15 18:58:44 +0000 |
| commit | 515b04d08c5064d710b753d74b0e2eef80992c3a (patch) | |
| tree | 14e735d473ae6da9fd7adfc1e72c1184bdb036df /src/terminfo.c | |
| parent | a2ad45b9aec9f87f07a2a8c2c58ed1768980efa9 (diff) | |
| download | emacs-515b04d08c5064d710b753d74b0e2eef80992c3a.tar.gz emacs-515b04d08c5064d710b753d74b0e2eef80992c3a.zip | |
Fix previous change.
Diffstat (limited to 'src/terminfo.c')
| -rw-r--r-- | src/terminfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ | |||
| 26 | 26 | ||
| 27 | char *UP, *BC, PC; | 27 | char *UP, *BC, PC; |
| 28 | 28 | ||
| 29 | #if defined (HAVE_TERMIOS_H) || defined (LINUX) | 29 | #if defined (HAVE_TERMIOS_H) && defined (LINUX) |
| 30 | #include <termios.h> | 30 | #include <termios.h> |
| 31 | /* HJL's version of libc is said to need this on the Alpha. | 31 | /* HJL's version of libc is said to need this on the Alpha. |
| 32 | On the other hand, DEC OSF1 on the Alpha needs ospeed to be a short. */ | 32 | On the other hand, DEC OSF1 on the Alpha needs ospeed to be a short. */ |