From be6de4c1215a8ad5607b1fcc7e9e6da1de780877 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 14 Mar 2016 19:56:33 -0400 Subject: [PATCH] Add missing include for self-containment --- src/include/common/controldata_utils.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.40.0