aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/pthread-win32.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-08-23 20:48:47 +0000
committerBruce Momjian <bruce@momjian.us>2005-08-23 20:48:47 +0000
commita970a8cb95bd3f4d3a4b924904d248c9dd322ee0 (patch)
tree4fbb5211d2a35c9e86323d1907deaf2bf63a6be2 /src/interfaces/libpq/pthread-win32.c
parenteef7e30cc13158cb1fde7f4b148dd14e83331a35 (diff)
downloadpostgresql-a970a8cb95bd3f4d3a4b924904d248c9dd322ee0.tar.gz
postgresql-a970a8cb95bd3f4d3a4b924904d248c9dd322ee0.zip
Back out incorrect commit.
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 9b6dffff3f2..e5be8a95331 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.6 2005/08/23 20:45:07 momjian Exp $
+* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.7 2005/08/23 20:48:47 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <windows.h>
-#include "pthread-win32.h"
+#include "pthread.h"
HANDLE
pthread_self()