diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-04-29 13:42:21 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-04-29 13:42:21 +0000 |
| commit | 7cebfdf2114ddefb949436c14ed7d0b31fb97442 (patch) | |
| tree | ce8c661d8cdd5cfafba1c9b75c46aa217e549d11 /src/interfaces/libpq/pthread-win32.c | |
| parent | 18b5ef5a76f39436782d3fc0c76e3712027cc235 (diff) | |
| download | postgresql-7cebfdf2114ddefb949436c14ed7d0b31fb97442.tar.gz | |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <windows.h> -#include <pthread.h> +#include "pthread.h" HANDLE pthread_self() |
