aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2024-04-05 14:27:45 -0700
committerAndres Freund <andres@anarazel.de>2024-04-05 14:27:45 -0700
commit9e7386924e837aef8d48895cf72a6a0b7f78cbe9 (patch)
tree627aedfd39123556441951c6f025d8fe13f58ed8 /src
parentc3e60f3d7e4268c6448ec592053b3b893899867d (diff)
downloadpostgresql-9e7386924e837aef8d48895cf72a6a0b7f78cbe9.tar.gz
postgresql-9e7386924e837aef8d48895cf72a6a0b7f78cbe9.zip
Fix headerscheck violation introduced in f8ce4ed78ca
Per ci.
Diffstat (limited to 'src')
-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,