1 2 3 4 5 6 7 8 9 10
--- plugins/check_pgsql.c.orig 2014-04-15 22:19:03 UTC +++ plugins/check_pgsql.c @@ -36,6 +36,7 @@ #include "utils.h" #include "netutils.h" +#include "pg_config_manual.h" #include <libpq-fe.h> #include <pg_config_manual.h>