diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-03-30 05:30:42 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-03-30 05:30:42 +0000 |
commit | 0a5a0b8dfd794dabce4194a0c14e723e86df7c34 (patch) | |
tree | ef73e239392953b5e55eaf1925179ab07b9c48d4 /src/interfaces/libpq++/pgdatabase.h | |
parent | 67cee15367e90127616bc6299d88a442a15d1421 (diff) | |
download | postgresql-0a5a0b8dfd794dabce4194a0c14e723e86df7c34.tar.gz postgresql-0a5a0b8dfd794dabce4194a0c14e723e86df7c34.zip |
Make use of configure symbols for unportable constructs. Make
inclusions of system headers more consistent.
Diffstat (limited to 'src/interfaces/libpq++/pgdatabase.h')
-rw-r--r-- | src/interfaces/libpq++/pgdatabase.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/libpq++/pgdatabase.h b/src/interfaces/libpq++/pgdatabase.h index 17c1c502e8f..e0fd9f9268c 100644 --- a/src/interfaces/libpq++/pgdatabase.h +++ b/src/interfaces/libpq++/pgdatabase.h @@ -14,7 +14,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * - * $Id: pgdatabase.h,v 1.6 2000/01/26 05:58:48 momjian Exp $ + * $Id: pgdatabase.h,v 1.7 2000/03/30 05:30:42 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -24,7 +24,6 @@ #include "pgconnection.h" -#include <stdlib.h> // **************************************************************** // |