diff --git a/appl/telnet/telnetd/telnetd.c b/appl/telnet/telnetd/telnetd.c index c37d5ed4e..4baf0ae1a 100644 --- a/appl/telnet/telnetd/telnetd.c +++ b/appl/telnet/telnetd/telnetd.c @@ -88,8 +88,12 @@ int registerd_host_only = 0; # include # include /* make sure we don't get the bsd version */ +# ifndef __sgi # include "/usr/include/sys/tty.h" # include +# else /* __sgi */ +# include +# endif /* __sgi */ /* * Because of the way ptyibuf is used with streams messages, we need