summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/pthread-win32.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-04-29 13:42:24 +0000
committerBruce Momjian <bruce@momjian.us>2005-04-29 13:42:24 +0000
commit5f9d19cc23927c16515e85b1a2ec139f1af0e0d8 (patch)
treeebcc5806803b7396cab114460d935ed291f9ef33 /src/interfaces/libpq/pthread-win32.c
parent95cb42b96832bf3c15183796ba8fc5b80401b661 (diff)
Backpatch BCC compile changes to 8.0.X for psql.
Diffstat (limited to 'src/interfaces/libpq/pthread-win32.c')
-rw-r--r--src/interfaces/libpq/pthread-win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/pthread-win32.c b/src/interfaces/libpq/pthread-win32.c
index 838840af21e..bdd27eef64d 100644
--- a/src/interfaces/libpq/pthread-win32.c
+++ b/src/interfaces/libpq/pthread-win32.c
@@ -5,14 +5,14 @@
*
* Copyright (c) 2004-2005, PostgreSQL Global Development Group
* IDENTIFICATION
-* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.4 2005/01/01 20:44:31 tgl Exp $
+* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.4.4.1 2005/04/29 13:42:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <windows.h>
-#include <pthread.h>
+#include "pthread.h"
HANDLE
pthread_self()