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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca7435033bee9a58bbee27b1fd18b7fac0a94e14;p=postgresql 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 12ed6c8640..07afef7965 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