Skip to content

Commit be6de4c

Browse files
committed
Add missing include for self-containment
1 parent 270b7da commit be6de4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/include/common/controldata_utils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#ifndef COMMON_CONTROLDATA_UTILS_H
1111
#define COMMON_CONTROLDATA_UTILS_H
1212

13+
#include "catalog/pg_control.h"
14+
1315
extern ControlFileData *get_controlfile(char *DataDir, const char *progname);
1416

1517
#endif /* COMMON_CONTROLDATA_UTILS_H */

0 commit comments

Comments
 (0)