mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
While there, rename patches. PR: 206263 Submitted by: chris chrullrich net Sponsored by: Absolight
10 lines
272 B
C
10 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>
|
|
|