about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--benchtests/bench-timing.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac8fe51230..a7b3418db7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-13  Steve Ellcey  <sellcey@mips.com>
+
+	* benchtests/bench-timing.h: Include time.h.
+
 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #15997]
diff --git a/benchtests/bench-timing.h b/benchtests/bench-timing.h
index 48a85210a0..619994f145 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 <time.h>
 typedef uint64_t timing_t;
 
 /* Measure the resolution of the clock so we can scale the number of