diff options
author | Dave Love <fx@gnu.org> | 1999-08-18 13:25:45 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-08-18 13:25:45 +0000 |
commit | 84394d4482607660033aecf59804fe19ac927957 (patch) | |
tree | 2addbfc6c8d74fc884afe8ac5d511f27f32fc0e9 /src/cm.c | |
parent | 8bf4cd99cdc361ed9c0d584d0b9ce83015a06a53 (diff) | |
download | emacs-84394d4482607660033aecf59804fe19ac927957.tar.gz |
Use termcap.h.
Diffstat (limited to 'src/cm.c')
-rw-r--r-- | src/cm.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ Boston, MA 02111-1307, USA. */ #include "cm.h" #include "termhooks.h" +#ifdef HAVE_TERMCAP_H +#include <termcap.h> +#endif + #define BIG 9999 /* 9999 good on VAXen. For 16 bit machines use about 2000.... */ |