From e9ec10494e09e2b5a4659b454693ee5bcb15e5b2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 26 Sep 2004 01:40:55 +0000 Subject: Use <> not "" for include of pthread.h. --- src/interfaces/libpq/pthread-win32.c | 6 +++--- 1 file changed, 3 insertions(+), 3 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 24bdca2918..0f45eb068f 100644 --- a/src/interfaces/libpq/pthread-win32.c +++ b/src/interfaces/libpq/pthread-win32.c @@ -5,14 +5,14 @@ * * Copyright (c) 2004, PostgreSQL Global Development Group * IDENTIFICATION -* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.2 2004/08/29 05:07:00 momjian Exp $ +* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.3 2004/09/26 01:40:53 momjian Exp $ * *------------------------------------------------------------------------- */ -#include "windows.h" -#include "pthread.h" +#include +#include HANDLE pthread_self() -- cgit v1.2.1