Add missing xlogdefs.h include to pg_subscription.h.

Missed in 208c5d65bb.

The missing include causes headerscheck to fail. Per buildfarm member crake.
This commit is contained in:
Andres Freund 2022-03-22 16:46:24 -07:00
parent 865fe4d5df
commit 3707e437c7
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#ifndef PG_SUBSCRIPTION_H
#define PG_SUBSCRIPTION_H
#include "access/xlogdefs.h"
#include "catalog/genbki.h"
#include "catalog/pg_subscription_d.h"