*** old/lib/connect.c	Fri Jan 23 13:19:20 2004
--- new/lib/connect.c	Fri Jan 23 13:17:28 2004
***************
*** 26,33 ****
  #ifndef WIN32
  /* headers for non-win32 */
  #include <sys/time.h>
- #include <sys/socket.h>
  #include <sys/types.h>
  #include <sys/ioctl.h>
  #ifdef HAVE_UNISTD_H
  #include <unistd.h>
--- 26,33 ----
  #ifndef WIN32
  /* headers for non-win32 */
  #include <sys/time.h>
  #include <sys/types.h>
+ #include <sys/socket.h>
  #include <sys/ioctl.h>
  #ifdef HAVE_UNISTD_H
  #include <unistd.h>

