Make telnet compile on HP:s and Sun:s.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4594 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1998-03-17 16:51:33 +00:00
parent 46bcfa1401
commit 318bcc7ee4

View File

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