diff --git a/ChangeLog.ia64 b/ChangeLog.ia64 index 85a3129d01..f48cbf9072 100644 --- a/ChangeLog.ia64 +++ b/ChangeLog.ia64 @@ -1,3 +1,9 @@ +2012-04-27 Mike Frysinger + + * sysdeps/ia64/fpu/s_matherrf.c: Change "math.h" and "math_private.h" + to and . + * sysdeps/ia64/fpu/s_matherrl.c: Likewise. + 2012-04-27 Mike Frysinger * sysdeps/ia64/hp-timing.h: Change stdio-common/_itoa.h to _itoa.h. diff --git a/sysdeps/ia64/fpu/s_matherrf.c b/sysdeps/ia64/fpu/s_matherrf.c index 4b3033ecc3..31f52aa408 100644 --- a/sysdeps/ia64/fpu/s_matherrf.c +++ b/sysdeps/ia64/fpu/s_matherrf.c @@ -11,8 +11,8 @@ */ -#include "math.h" -#include "math_private.h" +#include +#include #include "libm_support.h" #ifdef __STDC__ diff --git a/sysdeps/ia64/fpu/s_matherrl.c b/sysdeps/ia64/fpu/s_matherrl.c index 751cc6b51e..e0bf638342 100644 --- a/sysdeps/ia64/fpu/s_matherrl.c +++ b/sysdeps/ia64/fpu/s_matherrl.c @@ -11,8 +11,8 @@ */ -#include "math.h" -#include "math_private.h" +#include +#include #include "libm_support.h" #ifdef __STDC__