summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2021-11-16 16:30:37 +0000
committerAlvaro Herrera2021-11-16 16:30:37 +0000
commitad26ee28250c4cd357a7420161a2be321c3dd536 (patch)
treea141cddeb537d2444522b6e51ac604bdfeaecc9f
parente51c46991f0ee99cca222305619dee5543a1290a (diff)
Fix headerscheck failure in replication/worker_internal.h
Broken by 31c389d8de91
-rw-r--r--src/include/replication/worker_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/replication/worker_internal.h b/src/include/replication/worker_internal.h
index c00be2a2b6..9d29849d80 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"