mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Make header self-contained
Add necessary include files for things used in the header.
This commit is contained in:
parent
e3920ac823
commit
7678fe1c6d
1 changed files with 2 additions and 0 deletions
|
|
@ -12,7 +12,9 @@
|
|||
#ifndef PG_SUBSCRIPTION_REL_H
|
||||
#define PG_SUBSCRIPTION_REL_H
|
||||
|
||||
#include "access/xlogdefs.h"
|
||||
#include "catalog/genbki.h"
|
||||
#include "nodes/pg_list.h"
|
||||
|
||||
/* ----------------
|
||||
* pg_subscription_rel definition. cpp turns this into
|
||||
|
|
|
|||
Loading…
Reference in a new issue