diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ | |||
| 100 | #endif | 100 | #endif |
| 101 | #endif /* not __GNU_LIBRARY__ */ | 101 | #endif /* not __GNU_LIBRARY__ */ |
| 102 | 102 | ||
| 103 | #if defined (LINUX) && defined (HAVE_LIBNCURSES) | ||
| 104 | #include <term.h> /* for tgetent */ | ||
| 105 | #endif | ||
| 103 | 106 | ||
| 104 | /* Structure to pass dimensions around. Used for character bounding | 107 | /* Structure to pass dimensions around. Used for character bounding |
| 105 | boxes, glyph matrix dimensions and alike. */ | 108 | boxes, glyph matrix dimensions and alike. */ |