diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-18 16:59:33 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-18 16:59:33 +0000 |
| commit | f3c549ad2d6056d81ad709040f485a5b3b14ac79 (patch) | |
| tree | fb00d87f25aa2f07767ce0f6dd6b6cd255968ea6 /libc/sysdeps/linux/powerpc/bits/mathinline.h | |
| parent | 3d17dd647a04ad0837b063a610520fb6defb2d8d (diff) | |
| download | uClibc-alpine-f3c549ad2d6056d81ad709040f485a5b3b14ac79.tar.bz2 uClibc-alpine-f3c549ad2d6056d81ad709040f485a5b3b14ac79.tar.xz | |
Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with trunk
Diffstat (limited to 'libc/sysdeps/linux/powerpc/bits/mathinline.h')
| -rw-r--r-- | libc/sysdeps/linux/powerpc/bits/mathinline.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/mathinline.h b/libc/sysdeps/linux/powerpc/bits/mathinline.h index 87985a744..e2536a3cc 100644 --- a/libc/sysdeps/linux/powerpc/bits/mathinline.h +++ b/libc/sysdeps/linux/powerpc/bits/mathinline.h @@ -18,6 +18,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include <features.h> + #ifndef _MATH_H # error "Never use <bits/mathinline.h> directly; include <math.h> instead." #endif @@ -180,3 +182,4 @@ __NTH (__ieee754_sqrtf (float __x)) } #endif /* __LIBC_INTERNAL_MATH_INLINES */ #endif /* __GNUC__ && !_SOFT_FLOAT */ + |
