> I think the best place is below this: > > #if defined (__vxworks) && ! defined (__RTP__) > #include <sys/times.h> > #else > #include <sys/time.h> > #endif > > And just move the conditional from socket.c with comment.
Yes, that looks right to me. Arno