From 517872c566217368b370fbf2a7c229529b405042 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 27 Feb 2005 22:57:17 +0000 Subject: [PATCH] Because the change to gettext. Needs a bunch of new includes. Patch follows: Magnus Hagander --- src/interfaces/libpq/win32.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {