From: Gerd Moellmann Date: Thu, 16 Sep 1999 12:52:12 +0000 (+0000) Subject: (toplevel) [HAVE_TERMCAP_H]: Include termcap.h. X-Git-Tag: emacs-pretest-21.0.90~6708 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb10ca93487875e14ced0d347aac97fafda08c50;p=emacs.git (toplevel) [HAVE_TERMCAP_H]: Include 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.... */