From: Ton Voon Date: Tue, 14 Jul 2009 22:20:21 +0000 (+0100) Subject: pst3 compile with Sun Studio Compiler X-Git-Url: https://git.tokkee.org/?p=nagiosplug.git;a=commitdiff_plain;h=0dcd5e677e5565a2b86bbd02ef3054efeee7dff8 pst3 compile with Sun Studio Compiler --- diff --git a/NEWS b/NEWS index 451b654..2e3bf25 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,7 @@ This file documents the major additions and syntax changes between releases. check_fping now supports passing target timeout and interval to fping (#2347686 - Martin Foster) Fixed SNMPv3 behaviour of check_ifoperstatus and check_ifstatus. Added -P to define privprotocol (#2343438 - Robin Schroeder) check_ifoperstatus and check_ifstatus are now more user-friendly in case of missing arguments + pst3 compile fix for Sun Studio Compiler (Grant Byers) 1.4.13 25th Sept 2008 Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) diff --git a/THANKS.in b/THANKS.in index aba48c6..038ad93 100644 --- a/THANKS.in +++ b/THANKS.in @@ -255,3 +255,4 @@ Martin Foster Joe Presbrey Will Preston Nikita Kalabukhov +Grant Byers diff --git a/plugins-root/pst3.c b/plugins-root/pst3.c index 8513656..7586d5f 100644 --- a/plugins-root/pst3.c +++ b/plugins-root/pst3.c @@ -43,6 +43,8 @@ #include #include +#include +#include #include #include #include