Commit 4c9aa572 authored by Tom Lane's avatar Tom Lane

Revert mistaken #include change, per Merlin Moncure.

parent 90326c01
...@@ -10,12 +10,12 @@ ...@@ -10,12 +10,12 @@
* must be replaced with recv/send. * must be replaced with recv/send.
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/port/pipe.c,v 1.6 2004/06/24 18:53:48 tgl Exp $ * $PostgreSQL: pgsql/src/port/pipe.c,v 1.7 2004/06/30 15:30:41 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#include "c.h" #include "postgres.h"
#ifdef WIN32 #ifdef WIN32
int int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment