Index: src/include/port/win32/sys/socket.h
===================================================================
RCS file: /projects/cvsroot/pgsql/src/include/port/win32/sys/socket.h,v
retrieving revision 1.4
diff -c -r1.4 socket.h
*** src/include/port/win32/sys/socket.h	15 Oct 2005 02:49:46 -0000	1.4
--- src/include/port/win32/sys/socket.h	10 Jul 2006 21:53:51 -0000
***************
*** 5,12 ****
   *
   * Note: Don't include <wingdi.h> directly.  It causes compile errors.
   */
- #include <ws2tcpip.h>
  #include <winsock2.h>
  #undef ERROR
  #undef small
  
--- 5,12 ----
   *
   * Note: Don't include <wingdi.h> directly.  It causes compile errors.
   */
  #include <winsock2.h>
+ #include <ws2tcpip.h>
  #undef ERROR
  #undef small
  
