diff options
author | Tomas Vondra | 2016-11-07 17:47:30 +0000 |
---|---|---|
committer | Tomas Vondra | 2016-11-07 17:47:30 +0000 |
commit | 06b8c121fe439fdb4285e426ba894e0b116699e3 (patch) | |
tree | 71a65ec70de19eedc03a0c0ac5d901db9149755c | |
parent | 734f91dcf921062f3585d73ae9a5d7e0219f5f23 (diff) |
add missing include of storage/s_lock.h into clustermon.h
-rw-r--r-- | src/include/postmaster/clustermon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/postmaster/clustermon.h b/src/include/postmaster/clustermon.h index eb5bb84701..8967ee5510 100644 --- a/src/include/postmaster/clustermon.h +++ b/src/include/postmaster/clustermon.h @@ -16,6 +16,7 @@ #ifndef CLUSTERMON_H #define CLUSTERMON_H +#include "storage/s_lock.h" #include "gtm/gtm_c.h" typedef struct |