mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Add missing include
Newly added prototype broke cpluspluscheck.
Minor buglet in commit 8694cc96b5.
This commit is contained in:
parent
f4cd7102b5
commit
fbc27330b8
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@
|
|||
#ifndef REINIT_H
|
||||
#define REINIT_H
|
||||
|
||||
#include "common/relpath.h"
|
||||
|
||||
|
||||
extern void ResetUnloggedRelations(int op);
|
||||
extern bool parse_filename_for_nontemp_relation(
|
||||
const char *name, int *oidchars, ForkNumber *fork);
|
||||
|
|
|
|||
Loading…
Reference in a new issue