From 925f8e84e6fd139478e6683e6ab84898571e4a98 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 21 Mar 2012 08:18:55 -0700 Subject: [PATCH] alpha: Update _itoa.h include. --- ChangeLog.alpha | 5 +++++ sysdeps/alpha/hp-timing.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.alpha b/ChangeLog.alpha index 03c835e809..500e2273c8 100644 --- a/ChangeLog.alpha +++ b/ChangeLog.alpha @@ -1,3 +1,8 @@ +2012-03-21 Richard Henderson + + * sysdeps/alpha/hp-timing.h: Include <_itoa.h> instead + of . + 2012-03-19 Richard Henderson * sysdeps/alpha/fpu/math_private.h: New file. diff --git a/sysdeps/alpha/hp-timing.h b/sysdeps/alpha/hp-timing.h index aea743debb..399d71635a 100644 --- a/sysdeps/alpha/hp-timing.h +++ b/sysdeps/alpha/hp-timing.h @@ -22,7 +22,7 @@ #include #include -#include +#include <_itoa.h> /* The macros defined here use the timestamp counter in IA-64. They provide a very accurate way to measure the time with very little -- 2.11.4.GIT