--- rxvt-unicode/src/iom.C 2004/01/17 14:10:40 1.10 +++ rxvt-unicode/src/iom.C 2004/01/19 17:26:43 1.11 @@ -21,9 +21,17 @@ #include #include -#include #include +#if 1 // older unices need these includes for select(2) +# include +# include +#endif + +// if the BSDs would at least be marginally POSIX-compatible.. *sigh* +// until that happens, sys/select.h must come last +#include + #include "iom.h" // TSTAMP_MAX must still fit into a positive struct timeval @@ -250,7 +258,6 @@ set_now (); tw0.start (TSTAMP_MAX); - printf ("abort, %f but inly on %f\n", NOW, tw0.at); #endif }