1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

Fix term* linkage _again_.

This commit is contained in:
Bart Schaefer 2001-04-24 06:48:54 +00:00
parent e2e9121893
commit 8baeec4637
4 changed files with 16 additions and 8 deletions

View file

@ -362,7 +362,7 @@ int
boot_(Module m)
{
#ifdef HAVE_TGETENT
# if defined(HAVE_CURSES_H) && defined(HAVE_TERM_H)
# ifdef HAVE_SETUPTERM
setupterm((char *)0, 1, (int *)0);
# endif