# HG changeset patch # User Dave Love # Date 960214946 0 # Node ID 979a75b2755b9204d41ee300ab7acf0304427b3d # Parent d0b424336374710ab3f43e022d243c5f2d87067e Conditionally include term.h. diff -r d0b424336374 -r 979a75b2755b src/dispnew.c --- a/src/dispnew.c Mon Jun 05 14:20:20 2000 +0000 +++ b/src/dispnew.c Mon Jun 05 14:22:26 2000 +0000 @@ -100,6 +100,9 @@ #endif #endif /* not __GNU_LIBRARY__ */ +#if defined (LINUX) && defined (HAVE_LIBNCURSES) +#include /* for tgetent */ +#endif /* Structure to pass dimensions around. Used for character bounding boxes, glyph matrix dimensions and alike. */