From 42e27d2ed6ba1e01db7f82b00e5cb967b522129c Mon Sep 17 00:00:00 2001 From: kargl Date: Mon, 30 Jul 2012 21:58:28 +0000 Subject: ieeefp.h is only needed on i386 class hardware. Submitted by: bde Approved by: das (pre-approved) --- lib/msun/src/s_cbrtl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/msun/src/s_cbrtl.c b/lib/msun/src/s_cbrtl.c index 3203d96..2236c0f 100644 --- a/lib/msun/src/s_cbrtl.c +++ b/lib/msun/src/s_cbrtl.c @@ -18,7 +18,9 @@ __FBSDID("$FreeBSD$"); #include +#ifdef __i386__ #include +#endif #include "fpmath.h" #include "math.h" -- cgit v1.1