mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Add missing include for self-containment
This commit is contained in:
@ -10,6 +10,8 @@
|
|||||||
#ifndef COMMON_CONTROLDATA_UTILS_H
|
#ifndef COMMON_CONTROLDATA_UTILS_H
|
||||||
#define COMMON_CONTROLDATA_UTILS_H
|
#define COMMON_CONTROLDATA_UTILS_H
|
||||||
|
|
||||||
|
#include "catalog/pg_control.h"
|
||||||
|
|
||||||
extern ControlFileData *get_controlfile(char *DataDir, const char *progname);
|
extern ControlFileData *get_controlfile(char *DataDir, const char *progname);
|
||||||
|
|
||||||
#endif /* COMMON_CONTROLDATA_UTILS_H */
|
#endif /* COMMON_CONTROLDATA_UTILS_H */
|
||||||
|
Reference in New Issue
Block a user