mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 11:01:18 +02:00
11 lines
272 B
C
11 lines
272 B
C
--- plugins/check_pgsql.c.orig 2015-07-30 21:40:06 UTC
|
|
+++ plugins/check_pgsql.c
|
|
@@ -36,6 +36,7 @@ const char *email = "devel@nagios-plugin
|
|
#include "utils.h"
|
|
|
|
#include "netutils.h"
|
|
+#include "pg_config_manual.h"
|
|
#include <libpq-fe.h>
|
|
#include <pg_config_manual.h>
|
|
|