X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fptimer.c;h=0f5b5db0c8d3309bbc09eadd790446ef0b5ec1a7;hp=9edddd82cb572442c55124b289f83f98348d4c07;hb=76780021d822779f839bbf85883292e15eb3f587;hpb=b06220f359c293311bab7d4c1a282cb5945716ed diff --git a/src/ptimer.c b/src/ptimer.c index 9edddd82..0f5b5db0 100644 --- a/src/ptimer.c +++ b/src/ptimer.c @@ -50,6 +50,8 @@ as that of the covered work. */ double secs = ptimer_measure (); printf ("The loop took %.2fs\n", secs); */ +#define USE_GNULIB_ALLOC + #include "wget.h" #include @@ -71,6 +73,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,