From: Magnus Hagander Date: Wed, 12 Feb 2014 19:04:13 +0000 (+0100) Subject: Add missing include, required on some platforms X-Git-Tag: REL9_3_3~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca7435033bee9a58bbee27b1fd18b7fac0a94e14;p=thirdparty%2Fpostgresql.git Add missing include, required on some platforms Noted by the buildfarm and Andres Freund --- diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index 12ed6c8640e..07afef79656 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #ifdef HAVE_LIBZ