From 9e7386924e837aef8d48895cf72a6a0b7f78cbe9 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Fri, 5 Apr 2024 14:27:45 -0700 Subject: [PATCH] Fix headerscheck violation introduced in f8ce4ed78ca Per ci. --- src/bin/pg_combinebackup/reconstruct.h | 1 + 1 file changed, 1 insertion(+) 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,