diff options
Diffstat (limited to 'sysdeps/ieee754/float128/float128_private.h')
-rw-r--r-- | sysdeps/ieee754/float128/float128_private.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/ieee754/float128/float128_private.h b/sysdeps/ieee754/float128/float128_private.h index 1e00853c83..c8b153d0c1 100644 --- a/sysdeps/ieee754/float128/float128_private.h +++ b/sysdeps/ieee754/float128/float128_private.h @@ -23,6 +23,10 @@ #define HUGE_VALL HUGE_VAL_F128 #include <math/mul_splitl.h> +/* This must be included before the renames of types and macros from + it. */ +#include <ieee754.h> + /* Renames derived from math_private.h. */ #include <math_private.h> #include <ieee754_float128.h> |