about summary refs log tree commit diff
path: root/sysdeps/generic/math-type-macros-ldouble.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-05-17 14:53:19 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-05-17 15:48:42 +0200
commite363a91c21881be548bc40290e837aa202c1341f (patch)
tree0c091ff2f28171e66d17a577f386a45cf45e5a20 /sysdeps/generic/math-type-macros-ldouble.h
parentdae6c43c33ed2d29d6d7089958ad707759a48517 (diff)
downloadglibc-e363a91c21881be548bc40290e837aa202c1341f.tar.gz
glibc-e363a91c21881be548bc40290e837aa202c1341f.tar.xz
glibc-e363a91c21881be548bc40290e837aa202c1341f.zip
math: Reverse include order in <math-type-macros-*.h>
_Float128 is defined for certain compilers indirectly from
<libm-alias-double.h>, and <ieee754_float128.h> (included from
<math-nan-payload-float128.h>) needs this definition.
Diffstat (limited to 'sysdeps/generic/math-type-macros-ldouble.h')
-rw-r--r--sysdeps/generic/math-type-macros-ldouble.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/math-type-macros-ldouble.h b/sysdeps/generic/math-type-macros-ldouble.h
index db411998eb..300dd18f94 100644
--- a/sysdeps/generic/math-type-macros-ldouble.h
+++ b/sysdeps/generic/math-type-macros-ldouble.h
@@ -27,8 +27,8 @@
 #define CFLOAT _Complex long double
 #define M_STRTO_NAN __strtold_nan
 
-#include <math-nan-payload-ldouble.h>
 #include <libm-alias-ldouble.h>
+#include <math-nan-payload-ldouble.h>
 
 #ifndef declare_mgen_alias
 # define declare_mgen_alias(from, to) libm_alias_ldouble (from, to)