diff options
Diffstat (limited to 'src/cm.h')
-rw-r--r-- | src/cm.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |