From e7b498bd5ee1f81cc801480badd459ff09b3e55b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 16 May 2008 18:35:38 +0000 Subject: [PATCH] Recent patch doesn't compile without --- src/bin/psql/print.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c index 9f531f25fa..69f657b517 100644 --- a/src/bin/psql/print.c +++ b/src/bin/psql/print.c @@ -3,10 +3,11 @@ * * Copyright (c) 2000-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.102 2008/05/16 16:59:05 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.103 2008/05/16 18:35:38 tgl Exp $ */ #include "postgres_fe.h" +#include #include #include #include