From: Dave Love Date: Wed, 18 Aug 1999 13:25:45 +0000 (+0000) Subject: Use termcap.h. X-Git-Tag: emacs-pretest-21.0.90~7114 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84394d4482607660033aecf59804fe19ac927957;p=emacs.git Use termcap.h. --- 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 +#endif + #define BIG 9999 /* 9999 good on VAXen. For 16 bit machines use about 2000.... */