summaryrefslogtreecommitdiffstats
path: root/admin/nagios-plugins/patches/003-pgsl-header-fix.patch
blob: 8496e80a40b27f600bb1da8a772af0d5a8567e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/plugins/check_pgsql.c
+++ b/plugins/check_pgsql.c
@@ -37,7 +37,7 @@ const char *email = "nagiosplug-devel@li
 
 #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"