Add missing include

Newly added prototype broke cpluspluscheck.

Minor buglet in commit 8694cc96b5.
This commit is contained in:
Alvaro Herrera 2018-04-05 12:15:28 -03:00
parent f4cd7102b5
commit fbc27330b8
1 changed files with 3 additions and 0 deletions

View File

@ -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);