diff options
Diffstat (limited to 'src/port/thread.c')
-rw-r--r-- | src/port/thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/thread.c b/src/port/thread.c index a6cdb64d0dd..554383fe1b6 100644 --- a/src/port/thread.c +++ b/src/port/thread.c @@ -7,12 +7,12 @@ * * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/port/thread.c,v 1.22 2004/06/08 01:45:50 momjian Exp $ + * $PostgreSQL: pgsql/src/port/thread.c,v 1.23 2004/06/24 18:53:48 tgl Exp $ * *------------------------------------------------------------------------- */ -#include "postgres.h" +#include "c.h" #include <sys/types.h> #include <errno.h> |