Add missing include, required on some platforms
authorMagnus Hagander
Wed, 12 Feb 2014 19:04:13 +0000 (20:04 +0100)
committerMagnus Hagander
Wed, 12 Feb 2014 19:06:07 +0000 (20:06 +0100)
Noted by the buildfarm and Andres Freund

src/bin/pg_basebackup/pg_basebackup.c

index 4cf7c436e6e0da0d64cff241e2ddac56918c1591..9d840a15fa899c75d7e900ce00dac66e81b5942b 100644 (file)
@@ -25,6 +25,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #ifdef HAVE_LIBZ
 #include