Add missing include for self-containment

This commit is contained in:
Peter Eisentraut 2016-03-14 19:56:33 -04:00
parent 270b7daf5c
commit be6de4c121

View File

@ -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 */