summaryrefslogtreecommitdiff
path: root/sysdeps/generic/math-type-macros-ldouble.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/math-type-macros-ldouble.h')
-rw-r--r--sysdeps/generic/math-type-macros-ldouble.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/math-type-macros-ldouble.h b/sysdeps/generic/math-type-macros-ldouble.h
index 5fe1600231..db411998eb 100644
--- a/sysdeps/generic/math-type-macros-ldouble.h
+++ b/sysdeps/generic/math-type-macros-ldouble.h
@@ -27,6 +27,7 @@
#define CFLOAT _Complex long double
#define M_STRTO_NAN __strtold_nan
+#include <math-nan-payload-ldouble.h>
#include <libm-alias-ldouble.h>
#ifndef declare_mgen_alias
@@ -42,7 +43,7 @@
/* Do not use the type-generic wrapper templates if compatibility with
SVID error handling is needed. */
-#include <math-svid-compat.h>
+#include <math/math-svid-compat.h>
#define __USE_WRAPPER_TEMPLATE !LIBM_SVID_COMPAT
#endif