From: Alvaro Herrera Date: Tue, 16 Nov 2021 16:30:37 +0000 (-0300) Subject: Fix headerscheck failure in replication/worker_internal.h X-Git-Tag: REL_15_BETA1~1179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad26ee28250c4cd357a7420161a2be321c3dd536;p=thirdparty%2Fpostgresql.git Fix headerscheck failure in replication/worker_internal.h Broken by 31c389d8de91 --- diff --git a/src/include/replication/worker_internal.h b/src/include/replication/worker_internal.h index c00be2a2b6f..9d29849d803 100644 --- a/src/include/replication/worker_internal.h +++ b/src/include/replication/worker_internal.h @@ -17,6 +17,7 @@ #include "access/xlogdefs.h" #include "catalog/pg_subscription.h" #include "datatype/timestamp.h" +#include "storage/fileset.h" #include "storage/lock.h" #include "storage/spin.h"