From a8d177955e3b138680e0ac69bebde1b02a42c901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 21 Oct 2006 00:08:28 +0000 Subject: [PATCH] includes some STREAMSPTY header here to avoid ioctl vs socket_wrapper horror. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18727 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnetd/telnetd.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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