packages/net/nagios-plugins/patches/003-pgsl-header-fix.patch

12 lines
377 B
Diff
Raw Normal View History

--- 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"