From fa0ec9f42e014682c810126d7025db2c219fd1c1 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 5 Jun 2000 14:22:26 +0000 Subject: [PATCH] Conditionally include term.h. --- src/dispnew.c | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.39.2