File nagios-plugins-postgresql.patch of Package nagios-plugins
Index: plugins/check_pgsql.c =================================================================== --- plugins/check_pgsql.c.orig 2009-06-06 09:04:49.000000000 +0200 +++ plugins/check_pgsql.c 2009-11-24 23:08:37.390542000 +0100 @@ -36,6 +36,7 @@ const char *email = "nagiosplug-devel@li #include "utils.h" #include "netutils.h" +#include <pg_config_manual.h> #include <libpq-fe.h> #include <pg_config_manual.h>