1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

Conditionally include term.h.

This commit is contained in:
Dave Love 2000-06-05 14:22:26 +00:00
parent f3cc12611b
commit fa0ec9f42e

View 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
/* Structure to pass dimensions around. Used for character bounding
boxes, glyph matrix dimensions and alike. */