diff options
Diffstat (limited to 'src/port/pipe.c')
-rw-r--r-- | src/port/pipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/pipe.c b/src/port/pipe.c index 64f31d3e035..aa447beb136 100644 --- a/src/port/pipe.c +++ b/src/port/pipe.c @@ -10,12 +10,12 @@ * must be replaced with recv/send. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/pipe.c,v 1.5 2004/06/11 03:48:35 momjian Exp $ + * $PostgreSQL: pgsql/src/port/pipe.c,v 1.6 2004/06/24 18:53:48 tgl Exp $ * *------------------------------------------------------------------------- */ -#include "postgres.h" +#include "c.h" #ifdef WIN32 int |