X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fptimer.c;h=88ad049dbc204ccf777d9caaa4b59de1dd6a5a8e;hp=9edddd82cb572442c55124b289f83f98348d4c07;hb=d763f8bf6d6e13ce006ffab616cc8a77e747a633;hpb=caae3b70f46bd519857b595f7f06ea0179551336 diff --git a/src/ptimer.c b/src/ptimer.c index 9edddd82..88ad049d 100644 --- a/src/ptimer.c +++ b/src/ptimer.c @@ -71,6 +71,7 @@ as that of the covered work. */ # include #endif +#include "utils.h" #include "ptimer.h" /* Depending on the OS, one and only one of PTIMER_POSIX, @@ -132,7 +133,7 @@ posix_init (void) #endif { CLOCK_REALTIME, NO_SYSCONF_CHECK }, }; - int i; + size_t i; /* Determine the clock we can use. For a clock to be usable, it must be confirmed with sysconf (where applicable) and with