diff src/cm.h @ 18808:a431fbda7f23

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 15 Jul 1997 18:58:44 +0000
parents b6ced5dad84b
children f7a3c16c49cb
line wrap: on
line diff
--- a/src/cm.h	Tue Jul 15 18:51:38 1997 +0000
+++ b/src/cm.h	Tue Jul 15 18:58:44 1997 +0000
@@ -101,7 +101,7 @@
 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.  */