mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
Add missing xlogdefs.h include to pg_subscription.h.
Missed in 208c5d65bbd. The missing include causes headerscheck to fail. Per buildfarm member crake.
This commit is contained in:
parent
865fe4d5df
commit
3707e437c7
@ -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…
x
Reference in New Issue
Block a user