From: Alvaro Herrera Date: Thu, 7 Mar 2019 13:08:29 +0000 (-0300) Subject: Add missing X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=cb706ec4b60b3dede957ffdd70451b017eddffb0;p=users%2Frhaas%2Fpostgres.git Add missing Per buildfarm --- diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 082dc841e9..e962ae7e91 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -33,6 +33,7 @@ #include #include +#include #ifdef HAVE_TERMIOS_H #include #endif