From: Bruce Momjian Date: Thu, 27 Apr 2006 02:58:08 +0000 (+0000) Subject: Add SSL include needed for psql, after libpq adjustments. X-Git-Tag: REL9_0_0~8031 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2882241c23282c8959324487a0fe17de811338c5;p=pg-rex%2Fsyncrep.git Add SSL include needed for psql, after libpq adjustments. --- diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index c981607387..00e8cc8329 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -3,11 +3,14 @@ * * Copyright (c) 2000-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.131 2006/03/05 15:58:52 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.132 2006/04/27 02:58:08 momjian Exp $ */ #include "postgres_fe.h" #include +#ifdef USE_SSL +#include +#endif #ifndef WIN32 #include