aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/pthread-win32.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-29 15:22:27 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-29 15:22:27 +0000
commitb554cb75bf3c35c754bf8463206f8487ffea3d90 (patch)
tree5bb5d394b901595cdd0683df06c4669a3918ee66 /src/interfaces/libpq/pthread-win32.c
parent033a477e9e268ee75a30cd825281448d9b10b53d (diff)
downloadpostgresql-b554cb75bf3c35c754bf8463206f8487ffea3d90.tar.gz
postgresql-b554cb75bf3c35c754bf8463206f8487ffea3d90.zip
Add #include postgres_fe.h in two win32-specific files, because there is
pg-specific code in those files, or might be some day.
Diffstat (limited to 'src/interfaces/libpq/pthread-win32.c')
-rw-r--r--src/interfaces/libpq/pthread-win32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/libpq/pthread-win32.c b/src/interfaces/libpq/pthread-win32.c
index 9901c17f1ae..7feebe741cd 100644
--- a/src/interfaces/libpq/pthread-win32.c
+++ b/src/interfaces/libpq/pthread-win32.c
@@ -5,11 +5,12 @@
*
* Copyright (c) 2004-2006, PostgreSQL Global Development Group
* IDENTIFICATION
-* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.11 2006/03/05 15:59:10 momjian Exp $
+* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.12 2006/07/29 15:22:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
+#include "postgres_fe.h"
#include <windows.h>
#include "pthread-win32.h"