diff --git a/appl/telnet/telnetd/telnetd.h b/appl/telnet/telnetd/telnetd.h index 9bfd5bd09..d65a9cb21 100644 --- a/appl/telnet/telnetd/telnetd.h +++ b/appl/telnet/telnetd/telnetd.h @@ -122,6 +122,27 @@ #include #endif +#ifdef STREAMSPTY +#ifdef HAVE_SAC_H +#include +#endif +#ifdef HAVE_SYS_STROPTS_H +#include +#endif + +# include + +#ifdef HAVE_SYS_UIO_H +#include +#endif +#ifdef HAVE_SYS_STREAM_H +#include +#endif + +#endif /* STREAMSPTY */ + +#undef NOERROR + #include "defs.h" #ifndef _POSIX_VDISABLE