Commit fbc27330 authored by Alvaro Herrera's avatar Alvaro Herrera

Add missing include

Newly added prototype broke cpluspluscheck.

Minor buglet in commit 8694cc96.
parent f4cd7102
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment