diff options
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c b/net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c new file mode 100644 index 000000000000..3da67fb48a92 --- /dev/null +++ b/net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c @@ -0,0 +1,10 @@ +--- plugins/check_pgsql.c.orig 2015-07-30 21:40:06 UTC ++++ plugins/check_pgsql.c +@@ -36,6 +36,7 @@ const char *email = "devel@nagios-plugin + #include "utils.h" + + #include "netutils.h" ++#include "pg_config_manual.h" + #include <libpq-fe.h> + #include <pg_config_manual.h> + |