summaryrefslogtreecommitdiff
path: root/src/cm.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-08-18 13:25:45 +0000
committerDave Love <fx@gnu.org>1999-08-18 13:25:45 +0000
commit84394d4482607660033aecf59804fe19ac927957 (patch)
tree2addbfc6c8d74fc884afe8ac5d511f27f32fc0e9 /src/cm.c
parent8bf4cd99cdc361ed9c0d584d0b9ce83015a06a53 (diff)
downloademacs-84394d4482607660033aecf59804fe19ac927957.tar.gz
Use termcap.h.
Diffstat (limited to 'src/cm.c')
-rw-r--r--src/cm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cm.c b/src/cm.c
index ef4dccd23de..8ab302a6012 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -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.... */