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
This commit is contained in:
Love Hörnquist Åstrand
2006-10-21 00:08:28 +00:00
parent 6bf38d8279
commit a8d177955e

View File

@@ -122,6 +122,27 @@
#include <pty.h>
#endif
#ifdef STREAMSPTY
#ifdef HAVE_SAC_H
#include <sac.h>
#endif
#ifdef HAVE_SYS_STROPTS_H
#include <sys/stropts.h>
#endif
# include <stropts.h>
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h>
#endif
#ifdef HAVE_SYS_STREAM_H
#include <sys/stream.h>
#endif
#endif /* STREAMSPTY */
#undef NOERROR
#include "defs.h"
#ifndef _POSIX_VDISABLE