1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00

Patch for Irix from Mark Dalphin.

This commit is contained in:
Bruce Momjian
2000-03-02 02:01:01 +00:00
parent c75adac757
commit bd2d0983d4
8 changed files with 12 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: pgconnection.h,v 1.3 2000/01/26 05:58:47 momjian Exp $
* $Id: pgconnection.h,v 1.4 2000/03/02 02:00:58 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -28,6 +28,7 @@ extern "C" {
#include "libpq-fe.h"
}
using namespace std;
// ****************************************************************
//