From: Steve Ellcey Date: Wed, 13 Nov 2013 16:48:25 +0000 (-0800) Subject: 2013-11-13 Steve Ellcey X-Git-Tag: glibc-2.19~520 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8470ea216ec2ed999e17498ce13fb66e3d09be3;p=thirdparty%2Fglibc.git 2013-11-13 Steve Ellcey * benchtests/bench-timing.h: Include time.h. --- diff --git a/ChangeLog b/ChangeLog index ac8fe51230d..a7b3418db74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-13 Steve Ellcey + + * benchtests/bench-timing.h: Include time.h. + 2013-11-13 H.J. Lu [BZ #15997] diff --git a/benchtests/bench-timing.h b/benchtests/bench-timing.h index 48a85210a07..619994f145c 100644 --- a/benchtests/bench-timing.h +++ b/benchtests/bench-timing.h @@ -41,6 +41,8 @@ typedef hp_timing_t timing_t; (min) / (d_iters), 1e6 * (d_total_i) / (d_total_s)); #else + +#include typedef uint64_t timing_t; /* Measure the resolution of the clock so we can scale the number of