summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund2024-04-05 21:27:45 +0000
committerAndres Freund2024-04-05 21:27:45 +0000
commit9e7386924e837aef8d48895cf72a6a0b7f78cbe9 (patch)
tree627aedfd39123556441951c6f025d8fe13f58ed8
parentc3e60f3d7e4268c6448ec592053b3b893899867d (diff)
Fix headerscheck violation introduced in f8ce4ed78ca
Per ci.
-rw-r--r--src/bin/pg_combinebackup/reconstruct.h1
1 files changed, 1 insertions, 0 deletions
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,