summaryrefslogtreecommitdiff
path: root/src/cm.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-15 18:58:44 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-15 18:58:44 +0000
commit515b04d08c5064d710b753d74b0e2eef80992c3a (patch)
tree14e735d473ae6da9fd7adfc1e72c1184bdb036df /src/cm.h
parenta2ad45b9aec9f87f07a2a8c2c58ed1768980efa9 (diff)
downloademacs-515b04d08c5064d710b753d74b0e2eef80992c3a.tar.gz
Fix previous change.
Diffstat (limited to 'src/cm.h')
-rw-r--r--src/cm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cm.h b/src/cm.h
index 5e0caa1fa5e..4567c4474a9 100644
--- a/src/cm.h
+++ b/src/cm.h
@@ -101,7 +101,7 @@ struct cm
extern struct cm Wcm; /* Terminal capabilities */
extern char PC; /* Pad character */
-#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. */