From dd46728e9bfcf722c083ce07468eeca352b13d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 16 Feb 2009 19:10:58 +0000 Subject: [PATCH] include streams header git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24739 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/rkpty.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/lib/roken/rkpty.c b/lib/roken/rkpty.c index 8857557e3..16b10c808 100644 --- a/lib/roken/rkpty.c +++ b/lib/roken/rkpty.c @@ -49,6 +49,28 @@ #include #endif +#ifdef STREAMSPTY +#ifdef HAVE_SAC_H +#include +#endif +#ifdef HAVE_SYS_STROPTS_H +#include +#endif + +# include + +#ifdef HAVE_SYS_UIO_H +#include +#ifdef __hpux +#undef SE +#endif +#endif + +#ifdef HAVE_SYS_STREAM_H +#include +#endif +#endif /* STREAMPTY */ + #include "roken.h" #include