Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7678fe1

Browse files
committed
Make header self-contained
Add necessary include files for things used in the header.
1 parent e3920ac commit 7678fe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/include/catalog/pg_subscription_rel.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
#ifndef PG_SUBSCRIPTION_REL_H
1313
#define PG_SUBSCRIPTION_REL_H
1414

15+
#include "access/xlogdefs.h"
1516
#include "catalog/genbki.h"
17+
#include "nodes/pg_list.h"
1618

1719
/* ----------------
1820
* pg_subscription_rel definition. cpp turns this into

0 commit comments

Comments
 (0)