[net] Monitoring: Finally collected a Nagios programs under Monitoring submenu.
[packages.git] / net / nagios-plugins / patches / 003-pgsl-header-fix.patch
1 --- a/plugins/check_pgsql.c
2 +++ b/plugins/check_pgsql.c
3 @@ -37,7 +37,7 @@ const char *email = "nagiosplug-devel@li
4  
5  #include "netutils.h"
6  #include <libpq-fe.h>
7 -#include <pg_config_manual.h>
8 +#include <postgresql/server/pg_config_manual.h>
9  
10  #define NAMEDATALEN 64
11  #define DEFAULT_DB "template1"