diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-07-11 14:25:09 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-07-11 14:25:09 +0000 |
commit | c713683fd7626f4b6f474bd13c2743db938099e9 (patch) | |
tree | 81774bfed58b656d791368b5f46abde7cf40f098 /src | |
parent | b85a965f5fc7243d0386085e12f7a6c836503b42 (diff) | |
download | postgresql-c713683fd7626f4b6f474bd13c2743db938099e9.tar.gz postgresql-c713683fd7626f4b6f474bd13c2743db938099e9.zip |
Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/port/win32/sys/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/win32/sys/socket.h b/src/include/port/win32/sys/socket.h index d594901f8c0..ac64df8dd38 100644 --- a/src/include/port/win32/sys/socket.h +++ b/src/include/port/win32/sys/socket.h @@ -5,8 +5,8 @@ * * Note: Don't include <wingdi.h> directly. It causes compile errors. */ -#include <ws2tcpip.h> #include <winsock2.h> +#include <ws2tcpip.h> #undef ERROR #undef small |