From: Dave Love Date: Mon, 5 Jun 2000 14:22:26 +0000 (+0000) Subject: Conditionally include term.h. X-Git-Tag: emacs-pretest-21.0.90~3508 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa0ec9f42e014682c810126d7025db2c219fd1c1;p=emacs.git Conditionally include term.h. --- diff --git a/src/dispnew.c b/src/dispnew.c index e65726c5665..c114849bb07 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -100,6 +100,9 @@ Boston, MA 02111-1307, USA. */ #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. */