diff options
Diffstat (limited to 'libm/ldouble_wrappers.c')
-rw-r--r-- | libm/ldouble_wrappers.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libm/ldouble_wrappers.c b/libm/ldouble_wrappers.c index d82436da4..62732bae9 100644 --- a/libm/ldouble_wrappers.c +++ b/libm/ldouble_wrappers.c @@ -10,6 +10,9 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ +#include <features.h> +/* Prevent math.h from defining colliding inlines */ +#undef __USE_EXTERN_INLINES #include "math.h" /* Implement the following, as defined by SuSv3 */ |