8f5aa9d109
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12070 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
377 B
Diff
12 lines
377 B
Diff
--- nagios-plugins-1.4.12/plugins/check_pgsql.orig.c 2008-08-01 16:05:51.000000000 -0700
|
|
+++ nagios-plugins-1.4.12/plugins/check_pgsql.c 2008-08-01 16:06:17.000000000 -0700
|
|
@@ -41,7 +41,7 @@
|
|
|
|
#include "netutils.h"
|
|
#include <libpq-fe.h>
|
|
-#include <pg_config_manual.h>
|
|
+#include <postgresql/server/pg_config_manual.h>
|
|
|
|
#define NAMEDATALEN 64
|
|
#define DEFAULT_DB "template1"
|