diff options
-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 00000000000..37eac96d0e1 --- /dev/null +++ b/net-mgmt/nagios-plugins/files/patch-plugins__check_pgsql.c @@ -0,0 +1,10 @@ +--- plugins/check_pgsql.c.orig 2008-01-30 11:17:46.000000000 +0100 ++++ plugins/check_pgsql.c 2008-01-30 11:18:00.000000000 +0100 +@@ -43,6 +43,7 @@ + #include "utils.h" + + #include "netutils.h" ++#include "pg_config_manual.h" + #include <libpq-fe.h> + + #define DEFAULT_DB "template1" |