From: Aaron Taylor Date: Tue, 17 Sep 2019 01:42:56 +0000 (-0700) Subject: Fixed include files to eliminate compile warnings. X-Git-Url: http://git.subgeniuskitty.com/icmpmonitor/.git/commitdiff_plain/b50b99d422783b77e867f5486e5703b780efbc1c?ds=inline Fixed include files to eliminate compile warnings. --- diff --git a/icmpmonitor.c b/icmpmonitor.c index 89535fd..870a4e2 100644 --- a/icmpmonitor.c +++ b/icmpmonitor.c @@ -64,6 +64,7 @@ char rcsid[] = "$Id: icmpmonitor.c,v 1.8 2004/05/28 01:33:07 lord Exp $"; #include #ifdef HAVE_SYS_TIME_H # include +# include #endif #include #include @@ -77,6 +78,8 @@ char rcsid[] = "$Id: icmpmonitor.c,v 1.8 2004/05/28 01:33:07 lord Exp $"; # include #endif +#include + #include #include #include