aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-06-30 15:30:41 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-06-30 15:30:41 +0000
commit4c9aa572fa2ee60e8ac557b866eccc7310df0a09 (patch)
tree245cd610bd85c791c835092752f1aff46b172b17
parent90326c01c9c116a888998e2744eeca9d3afa6242 (diff)
downloadpostgresql-4c9aa572fa2ee60e8ac557b866eccc7310df0a09.tar.gz
postgresql-4c9aa572fa2ee60e8ac557b866eccc7310df0a09.zip
Revert mistaken #include change, per Merlin Moncure.
-rw-r--r--src/port/pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/pipe.c b/src/port/pipe.c
index aa447beb136..fad47e3cfcf 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.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
int