Commit be6de4c1 authored by Peter Eisentraut's avatar Peter Eisentraut

Add missing include for self-containment

parent 270b7daf
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment