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