diff options
author | Tomas Vondra | 2016-03-01 03:45:56 +0000 |
---|---|---|
committer | Pavan Deolasee | 2016-10-18 10:00:51 +0000 |
commit | 43ef6270410a6e58fd5efce7df4d37fa0305ead1 (patch) | |
tree | d89910f51892ccd695e8de1ce181ae2109aa1406 /src/backend/bootstrap | |
parent | 986f0339fa0b959d7e1560b4be5781d002af50ae (diff) |
fix missing prototypes (and 'implicit declaration' warning)
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 */ |