From 51e888219745cf9efa41034b5411eee7e9a8f4f1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 14 Jul 2006 04:59:30 +0000 Subject: Revert part of recent include patch not ready for application. --- src/interfaces/libpq/fe-print.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interfaces/libpq/fe-print.c') diff --git a/src/interfaces/libpq/fe-print.c b/src/interfaces/libpq/fe-print.c index 846b759809d..8519c2deaaa 100644 --- a/src/interfaces/libpq/fe-print.c +++ b/src/interfaces/libpq/fe-print.c @@ -10,7 +10,7 @@ * didn't really belong there. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/interfaces/libpq/fe-print.c,v 1.69 2006/07/14 04:44:46 momjian Exp $ + * $PostgreSQL: pgsql/src/interfaces/libpq/fe-print.c,v 1.70 2006/07/14 04:59:30 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -35,6 +35,7 @@ #include "libpq-fe.h" #include "libpq-int.h" +#include "pqsignal.h" static void do_field(const PQprintOpt *po, const PGresult *res, -- cgit v1.2.3