]> git.eshelyaron.com Git - emacs.git/commitdiff
(toplevel) [HAVE_TERMCAP_H]: Include termcap.h.
authorGerd Moellmann <gerd@gnu.org>
Thu, 16 Sep 1999 12:52:12 +0000 (12:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 16 Sep 1999 12:52:12 +0000 (12:52 +0000)
src/cm.c

index ef4dccd23de0786624257faf6c72c02942a44049..8ab302a601248edd3e7c909018a3dd9709abc3d5 100644 (file)
--- 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.... */