From: Bruce Momjian Date: Sun, 27 Feb 2005 22:57:17 +0000 (+0000) Subject: Because the change to gettext. Needs a bunch of new includes. Patch X-Git-Tag: REL8_1_0BETA1~1304 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=517872c566217368b370fbf2a7c229529b405042;p=postgresql Because the change to gettext. Needs a bunch of new includes. Patch follows: Magnus Hagander --- diff --git a/src/interfaces/libpq/win32.c b/src/interfaces/libpq/win32.c index fce0d3f26b..bd48b2d2cd 100644 --- a/src/interfaces/libpq/win32.c +++ b/src/interfaces/libpq/win32.c @@ -19,8 +19,6 @@ /* Make stuff compile faster by excluding not used stuff */ -#define WIN32_LEAN_AND_MEAN -#define WIN32_EXTRA_LEAN #define VC_EXTRALEAN #ifndef __MINGW32__ #define NOGDI @@ -31,6 +29,9 @@ #include #include #include "win32.h" +#include "postgres_fe.h" +#include "libpq-fe.h" +#include "libpq-int.h" static struct WSErrorEntry {