mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Include common/relpath.h in utils/relfilenumbermap.h
Buildfarm member crake ran headerscheck, which complained about
a missing include here.
Defect introduced by commit 2f47715cc8.
This commit is contained in:
parent
05d4cbf9b6
commit
8caf96de0b
|
|
@ -13,6 +13,8 @@
|
|||
#ifndef RELFILENUMBERMAP_H
|
||||
#define RELFILENUMBERMAP_H
|
||||
|
||||
#include "common/relpath.h"
|
||||
|
||||
extern Oid RelidByRelfilenumber(Oid reltablespace,
|
||||
RelFileNumber relfilenumber);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user