mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 18:50:17 -04:00
Add missing include for self-containment
This commit is contained in:
parent
270b7daf5c
commit
be6de4c121
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@
|
|||
#ifndef COMMON_CONTROLDATA_UTILS_H
|
||||
#define COMMON_CONTROLDATA_UTILS_H
|
||||
|
||||
#include "catalog/pg_control.h"
|
||||
|
||||
extern ControlFileData *get_controlfile(char *DataDir, const char *progname);
|
||||
|
||||
#endif /* COMMON_CONTROLDATA_UTILS_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue