diff options
-rw-r--r-- | contrib/pgxc_monitor/pgxc_monitor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pgxc_monitor/pgxc_monitor.c b/contrib/pgxc_monitor/pgxc_monitor.c index 155cb1718d..243ebcd0af 100644 --- a/contrib/pgxc_monitor/pgxc_monitor.c +++ b/contrib/pgxc_monitor/pgxc_monitor.c @@ -49,6 +49,7 @@ #include <stdlib.h> #include <getopt.h> +#include <sys/wait.h> /* Define all the node types */ typedef enum |