diff options
Diffstat (limited to 'lib/msun/src')
-rw-r--r-- | lib/msun/src/s_cbrtl.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <float.h> +#ifdef __i386__ #include <ieeefp.h> +#endif #include "fpmath.h" #include "math.h" |