mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Revert mistaken #include change, per Merlin Moncure.
This commit is contained in:
parent
90326c01c9
commit
4c9aa572fa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue