diff options
Diffstat (limited to 'src/bin/pg_basebackup/walmethods.c')
-rw-r--r-- | src/bin/pg_basebackup/walmethods.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_basebackup/walmethods.c b/src/bin/pg_basebackup/walmethods.c index 832aafd2973..215b24597fe 100644 --- a/src/bin/pg_basebackup/walmethods.c +++ b/src/bin/pg_basebackup/walmethods.c @@ -11,6 +11,7 @@ #include "postgres_fe.h" +#include <fcntl.h> #include <sys/stat.h> #include <time.h> #include <unistd.h> @@ -26,8 +27,7 @@ #include "common/file_utils.h" #include "common/logging.h" #include "pgtar.h" -#include "receivelog.h" -#include "streamutil.h" +#include "walmethods.h" /* Size of zlib buffer for .tar.gz */ #define ZLIB_OUT_SIZE 4096 |