aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cm.h b/src/cm.h
index 80e945b4607..336a3308fd8 100644
--- a/src/cm.h
+++ b/src/cm.h
@@ -100,7 +100,13 @@ struct cm
100 100
101extern struct cm Wcm; /* Terminal capabilities */ 101extern struct cm Wcm; /* Terminal capabilities */
102extern char PC; /* Pad character */ 102extern char PC; /* Pad character */
103#ifdef HAVE_TERMIOS_H
104#include <termios.h>
105/* HJL's version of libc is said to need this on the Alpha. */
106speed_t ospeed;
107#else
103extern short ospeed; /* Output speed (from sg_ospeed) */ 108extern short ospeed; /* Output speed (from sg_ospeed) */
109#endif
104 110
105/* Shorthand */ 111/* Shorthand */
106#ifndef NoCMShortHand 112#ifndef NoCMShortHand