]> git.gsnw.org Git - fping.git/commit
Portability Fix: <netinet/ip_icmp.h> requires n_time definition from <netinet/in_systm.h>
authorPeter Bray <illumino@github>
Sat, 19 Nov 2016 12:57:17 +0000 (23:57 +1100)
committerPeter Bray <illumino@github>
Sat, 19 Nov 2016 12:59:50 +0000 (23:59 +1100)
commit79ba8c9ae7253b419befcfd8a5715e904c10677e
tree39d1242bc0dfda1c68e6fcdcf83c25d0bf7074d1
parentdde37baac23285bb4be4b136762876746366fe38
Portability Fix: <netinet/ip_icmp.h> requires n_time definition from <netinet/in_systm.h>

The include file <netinet/in_systm.h> 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
src/socket4.c