From: Bruce Momjian Date: Sat, 29 Jul 2006 15:22:27 +0000 (+0000) Subject: Add #include postgres_fe.h in two win32-specific files, because there is X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=c9ba56719884ee9bd39a385759deb1d52aecc78c;p=users%2Fbernd%2Fpostgres.git Add #include postgres_fe.h in two win32-specific files, because there is pg-specific code in those files, or might be some day. --- diff --git a/src/interfaces/libpq/pthread-win32.c b/src/interfaces/libpq/pthread-win32.c index 102ae1c635..d1e5938f37 100644 --- a/src/interfaces/libpq/pthread-win32.c +++ b/src/interfaces/libpq/pthread-win32.c @@ -10,6 +10,7 @@ *------------------------------------------------------------------------- */ +#include "postgres_fe.h" #include #include "pthread-win32.h" diff --git a/src/interfaces/libpq/win32.c b/src/interfaces/libpq/win32.c index 2c5a58bef1..2867aba2d5 100644 --- a/src/interfaces/libpq/win32.c +++ b/src/interfaces/libpq/win32.c @@ -25,8 +25,8 @@ #endif #define NOCRYPT -#include -#include +#include "postgres_fe.h" + #include "win32.h" /* Declared here to avoid pulling in all includes, which causes name collissions */