summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/storage/reinit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/storage/reinit.h b/src/include/storage/reinit.h
index 5c34f88b95..9a1c5bdc4e 100644
--- a/src/include/storage/reinit.h
+++ b/src/include/storage/reinit.h
@@ -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);