diff --git a/net/nagios/plugins/patches/patch-plugins_check_pgsql_c b/net/nagios/plugins/patches/patch-plugins_check_pgsql_c new file mode 100644 index 00000000000..1e1ef912924 --- /dev/null +++ b/net/nagios/plugins/patches/patch-plugins_check_pgsql_c @@ -0,0 +1,11 @@ +$OpenBSD: patch-plugins_check_pgsql_c,v 1.3 2008/03/26 20:21:45 sthen Exp $ +--- plugins/check_pgsql.c.orig Wed Mar 26 16:05:44 2008 ++++ plugins/check_pgsql.c Wed Mar 26 16:06:36 2008 +@@ -44,6 +44,7 @@ const char *email = "nagiosplug-devel@lists.sourceforg + + #include "netutils.h" + #include ++#include + + #define DEFAULT_DB "template1" + #define DEFAULT_HOST "127.0.0.1"