mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
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:
parent
865fe4d5df
commit
3707e437c7
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue