diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-07-15 21:53:24 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-07-15 21:53:24 +0000 |
commit | 9f2655f5f967b70e8d9ded9274387bd07c88f356 (patch) | |
tree | 61353ab7063b2afee9706cdb801e58bad890cc6c /src/cm.h | |
parent | c1fc797324cf3a7ae95c92b9248df081f2f4dd88 (diff) | |
download | emacs-9f2655f5f967b70e8d9ded9274387bd07c88f356.tar.gz |
[HAVE_TERMIOS_H]: Declare ospeed as speed_t.
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 |