Skip to content

Commit fbc2733

Browse files
committed
Add missing include
Newly added prototype broke cpluspluscheck. Minor buglet in commit 8694cc9.
1 parent f4cd710 commit fbc2733

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/include/storage/reinit.h

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
#ifndef REINIT_H
1616
#define REINIT_H
1717

18+
#include "common/relpath.h"
19+
20+
1821
extern void ResetUnloggedRelations(int op);
1922
extern bool parse_filename_for_nontemp_relation(
2023
const char *name, int *oidchars, ForkNumber *fork);

0 commit comments

Comments
 (0)