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:05:09 +0000 (20:05 +0100)
Noted by the buildfarm and Andres Freund

src/bin/pg_basebackup/pg_basebackup.c

index 12ed6c8640e9977efbdb3c068d611da9dde2c63d..07afef79656846d4a9b01cdd5b50eb362172c81a 100644 (file)
@@ -21,6 +21,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #ifdef HAVE_LIBZ