Hi all,
Seems that there is an include missing now in the 'socket.c' file in dlls/winsock as it does not find the definition of 'struct timeval'.
I fixed it by adding in my tree a #include <sys/time.h> but I wonder if this is the right 'portable' way to do it (otherwise, why would autoconf check for time.h and sys/time.h problems :-) ).
Did not see from what patch the problem occured.
Lionel