From cb706ec4b60b3dede957ffdd70451b017eddffb0 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 7 Mar 2019 10:08:29 -0300 Subject: [PATCH] Add missing Per buildfarm --- src/bin/pg_dump/pg_dump.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 082dc841e9b..e962ae7e913 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