From c7bcf4dd520bc70c666cbb591b7b4ef84b019bce Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Tue, 5 Oct 2010 14:29:35 +0000 Subject: [PATCH] Make sure the support of the backward-compatibility version of getaddrinfo() family even when _WIN32_WINNT is supplied. --- socket.c | 1 + version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/socket.c b/socket.c index 0319128..7694349 100644 --- a/socket.c +++ b/socket.c @@ -33,6 +33,7 @@ #ifdef WIN32 #include +#include #else #include #include /* for memset */ diff --git a/version.h b/version.h index 4f39e12..0598087 100644 --- a/version.h +++ b/version.h @@ -12,6 +12,6 @@ #define POSTGRESDRIVERVERSION "09.00.0100" #define POSTGRES_RESOURCE_VERSION "09.00.0100\0" #define PG_DRVFILE_VERSION 9,0,01,00 -#define PG_BUILD_VERSION "201010050001" +#define PG_BUILD_VERSION "201010050002" #endif -- 2.39.5