include <termcap.h> instead of <term.h>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4637 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -77,8 +77,8 @@
|
|||||||
#include <sys/termio.h>
|
#include <sys/termio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_TERM_H) && !defined(HAVE_TERMIOS_H)
|
#if defined(HAVE_TERMCAP_H)
|
||||||
#include <term.h>
|
#include <termcap.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_FCNTL_H
|
#ifdef HAVE_FCNTL_H
|
||||||
|
Reference in New Issue
Block a user