diff options
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/printf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/printf.h b/stdio-common/printf.h index ad3c8a4254..00bedebfdb 100644 --- a/stdio-common/printf.h +++ b/stdio-common/printf.h @@ -182,7 +182,8 @@ extern int printf_size_info (const struct printf_info *__restrict __info, size_t __n, int *__restrict __argtypes) __THROW; -#ifdef __LDBL_COMPAT +#include <bits/floatn.h> +#if defined __LDBL_COMPAT || __LONG_DOUBLE_USES_FLOAT128 == 1 # include <bits/printf-ldbl.h> #endif |