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:
Assar Westerlund
1998-03-21 18:30:24 +00:00
parent 344e055340
commit 3101223e1c

View File

@@ -77,8 +77,8 @@
#include <sys/termio.h>
#endif
#if defined(HAVE_TERM_H) && !defined(HAVE_TERMIOS_H)
#include <term.h>
#if defined(HAVE_TERMCAP_H)
#include <termcap.h>
#endif
#ifdef HAVE_FCNTL_H