From: Andres Freund Date: Fri, 5 Apr 2024 21:27:45 +0000 (-0700) Subject: Fix headerscheck violation introduced in f8ce4ed78ca X-Git-Tag: REL_17_BETA1~386 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=9e7386924e837aef8d48895cf72a6a0b7f78cbe9;p=postgresql.git Fix headerscheck violation introduced in f8ce4ed78ca Per ci. --- diff --git a/src/bin/pg_combinebackup/reconstruct.h b/src/bin/pg_combinebackup/reconstruct.h index 902a8e9abb5..c878febbb38 100644 --- a/src/bin/pg_combinebackup/reconstruct.h +++ b/src/bin/pg_combinebackup/reconstruct.h @@ -14,6 +14,7 @@ #define RECONSTRUCT_H #include "common/checksum_helper.h" +#include "copy_file.h" #include "load_manifest.h" extern void reconstruct_from_incremental_file(char *input_filename,