From 7cebfdf2114ddefb949436c14ed7d0b31fb97442 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 29 Apr 2005 13:42:21 +0000 Subject: Backpatch BCC compile changes to 8.0.X for psql. --- src/interfaces/libpq/pthread-win32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interfaces/libpq/pthread-win32.c') diff --git a/src/interfaces/libpq/pthread-win32.c b/src/interfaces/libpq/pthread-win32.c index 838840af21..5c5236f99f 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.5 2005/04/29 13:42:21 momjian Exp $ * *------------------------------------------------------------------------- */ #include -#include +#include "pthread.h" HANDLE pthread_self() -- cgit v1.2.1