From: Peter Eisentraut Date: Mon, 14 Mar 2016 23:56:33 +0000 (-0400) Subject: Add missing include for self-containment X-Git-Tag: REL9_6_BETA1~489 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be6de4c1215a8ad5607b1fcc7e9e6da1de780877;p=postgresql Add missing include for self-containment --- diff --git a/src/include/common/controldata_utils.h b/src/include/common/controldata_utils.h index 1a097653da..a355d2252d 100644 --- a/src/include/common/controldata_utils.h +++ b/src/include/common/controldata_utils.h @@ -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 */