--- gvpe/src/iom.C 2004/01/17 14:08:57 1.14 +++ gvpe/src/iom.C 2004/01/17 15:43:02 1.15 @@ -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