From f71e9a28759c1f5d6e8dc0baced440e72507b433 Mon Sep 17 00:00:00 2001 From: joseph Date: Fri, 3 Jan 2014 17:51:28 +0000 Subject: Merge changes between r24468 and r24941 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@24942 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/benchtests/bench-timing.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libc/benchtests/bench-timing.h') diff --git a/libc/benchtests/bench-timing.h b/libc/benchtests/bench-timing.h index 48a85210a..13fc9467a 100644 --- a/libc/benchtests/bench-timing.h +++ b/libc/benchtests/bench-timing.h @@ -1,5 +1,5 @@ /* Define timing macros. - Copyright (C) 2013 Free Software Foundation, Inc. + Copyright (C) 2013-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -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 -- cgit v1.2.1