aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-09-16 12:52:12 +0000
committerGerd Moellmann1999-09-16 12:52:12 +0000
commitbb10ca93487875e14ced0d347aac97fafda08c50 (patch)
tree35ce212fb25b465f373f47fd1d76f0255e82a29b
parent70afcff36300615ce5f77258faac20301833be33 (diff)
downloademacs-bb10ca93487875e14ced0d347aac97fafda08c50.tar.gz
emacs-bb10ca93487875e14ced0d347aac97fafda08c50.zip
(toplevel) [HAVE_TERMCAP_H]: Include termcap.h.
-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. */
25#include "cm.h" 25#include "cm.h"
26#include "termhooks.h" 26#include "termhooks.h"
27 27
28#ifdef HAVE_TERMCAP_H
29#include <termcap.h>
30#endif
31
28#define BIG 9999 /* 9999 good on VAXen. For 16 bit machines 32#define BIG 9999 /* 9999 good on VAXen. For 16 bit machines
29 use about 2000.... */ 33 use about 2000.... */
30 34