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:
parent
f3cc12611b
commit
fa0ec9f42e
1 changed files with 3 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue