From: Peter Bray Date: Sat, 19 Nov 2016 12:57:17 +0000 (+1100) Subject: Portability Fix: requires n_time definition from X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ba8c9ae7253b419befcfd8a5715e904c10677e;p=fping.git Portability Fix: requires n_time definition from The include file is already used in src/fping.c, so hopefully it should not be problem on other systems to include it here. Discovered on Solaris 10 Update 8, tested on Solaris 10 Update 11 and Solaris 11.2 --- diff --git a/src/socket4.c b/src/socket4.c index 12b7803..fe3e352 100644 --- a/src/socket4.c +++ b/src/socket4.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include