diff options
Diffstat (limited to 'src/backend/bootstrap')
-rw-r--r-- | src/backend/bootstrap/bootstrap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 2a287ca3be..6707724ddf 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -49,6 +49,7 @@ #ifdef PGXC #include "nodes/nodes.h" #include "pgxc/poolmgr.h" +#include "postmaster/clustermon.h" #endif uint32 bootstrap_data_checksum_version = 0; /* No checksum */ |