]> git.eshelyaron.com Git - emacs.git/commitdiff
Maybe include term.h.
authorDave Love <fx@gnu.org>
Fri, 23 Jun 2000 15:44:48 +0000 (15:44 +0000)
committerDave Love <fx@gnu.org>
Fri, 23 Jun 2000 15:44:48 +0000 (15:44 +0000)
src/cm.c

index 8ab302a601248edd3e7c909018a3dd9709abc3d5..a84a42ce987bbd5ca86b8975177efc3588587462 100644 (file)
--- a/src/cm.c
+++ b/src/cm.c
@@ -27,6 +27,10 @@ Boston, MA 02111-1307, USA.  */
 
 #ifdef HAVE_TERMCAP_H
 #include <termcap.h>
+#else
+#ifdef HAVE_TERM_H
+#include <term.h>
+#endif
 #endif
 
 #define        BIG     9999            /* 9999 good on VAXen.  For 16 bit machines