--- rxvt-unicode/src/ptytty.C 2004/03/06 00:05:01 1.8 +++ rxvt-unicode/src/ptytty.C 2004/04/02 20:41:01 1.10 @@ -54,6 +54,9 @@ #if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__) # include /* for I_PUSH */ #endif +#ifdef HAVE_ISASTREAM +# include +#endif #ifdef DEBUG_TTY # define D_TTY(x) fprintf x ; fputc('\n', stderr) ; fflush(stderr)