812975487dff37a39049caa0532d42b2e1560ad4
[openwrt/svn-archive/archive.git] / net / nagios-plugins / patches / 003-pgsl-header-fix.patch
1 --- nagios-plugins-1.4.12/plugins/check_pgsql.orig.c 2008-08-01 16:05:51.000000000 -0700
2 +++ nagios-plugins-1.4.12/plugins/check_pgsql.c 2008-08-01 16:06:17.000000000 -0700
3 @@ -41,7 +41,7 @@
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"