summaryrefslogtreecommitdiff
path: root/sysdeps/generic/math-type-macros-double.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-double.h
parentdae6c43c33ed2d29d6d7089958ad707759a48517 (diff)
downloadglibc-e363a91c21881be548bc40290e837aa202c1341f.tar.gz
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-double.h')
-rw-r--r--sysdeps/generic/math-type-macros-double.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/math-type-macros-double.h b/sysdeps/generic/math-type-macros-double.h
index 156418221d..be5d94488f 100644
--- a/sysdeps/generic/math-type-macros-double.h
+++ b/sysdeps/generic/math-type-macros-double.h
@@ -27,8 +27,8 @@
#define CFLOAT _Complex double
#define M_STRTO_NAN __strtod_nan
-#include <math-nan-payload-double.h>
#include <libm-alias-double.h>
+#include <math-nan-payload-double.h>
#ifndef declare_mgen_alias
# define declare_mgen_alias(from, to) libm_alias_double (from, to)