]> git.eshelyaron.com Git - emacs.git/commitdiff
Conditionally include term.h.
authorDave Love <fx@gnu.org>
Mon, 5 Jun 2000 14:22:26 +0000 (14:22 +0000)
committerDave Love <fx@gnu.org>
Mon, 5 Jun 2000 14:22:26 +0000 (14:22 +0000)
src/dispnew.c

index e65726c5665fc8dabf81636eff374cc1ff95acd2..c114849bb0747e9fb9be4afea31fc87526202c32 100644 (file)
@@ -100,6 +100,9 @@ Boston, MA 02111-1307, USA.  */
 #endif
 #endif /* not __GNU_LIBRARY__ */
 
+#if defined (LINUX) && defined (HAVE_LIBNCURSES)
+#include <term.h>              /* for tgetent */
+#endif
 \f
 /* Structure to pass dimensions around.  Used for character bounding
    boxes, glyph matrix dimensions and alike.  */