From 1c20c2d0894ea39f2742e220a506c8853ceb2260 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c index 603810926d..854a051a77 100644 --- a/src/bin/psql/print.c +++ b/src/bin/psql/print.c @@ -7,6 +7,7 @@ */ #include "postgres_fe.h" +#include #include #include #include -- 2.39.5