diff options
Diffstat (limited to 'stdio-common/printf-prs.c')
-rw-r--r-- | stdio-common/printf-prs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdio-common/printf-prs.c b/stdio-common/printf-prs.c index f0cd75b928..ecbb47d41c 100644 --- a/stdio-common/printf-prs.c +++ b/stdio-common/printf-prs.c @@ -23,6 +23,8 @@ #include <wchar.h> #include <sys/param.h> +#include "../locale/localeinfo.h" + #ifndef COMPILE_WPRINTF # define CHAR_T char # define UCHAR_T unsigned char |