summaryrefslogtreecommitdiff
path: root/src/cm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cm.h')
-rw-r--r--src/cm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cm.h b/src/cm.h
index 80e945b4607..f5c8157f5e7 100644
--- a/src/cm.h
+++ b/src/cm.h
@@ -100,7 +100,12 @@ struct cm
extern struct cm Wcm; /* Terminal capabilities */
extern char PC; /* Pad character */
+#ifdef HAVE_TERMIOS_H
+# include <termios.h>
+extern speed_t ospeed;
+#else
extern short ospeed; /* Output speed (from sg_ospeed) */
+#endif
/* Shorthand */
#ifndef NoCMShortHand