diff options
Diffstat (limited to 'newlib/libc/stdio/vfwprintf.c')
-rw-r--r-- | newlib/libc/stdio/vfwprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/vfwprintf.c b/newlib/libc/stdio/vfwprintf.c index c3b8b27bb..f0179a014 100644 --- a/newlib/libc/stdio/vfwprintf.c +++ b/newlib/libc/stdio/vfwprintf.c @@ -132,7 +132,7 @@ SEEALSO #include "fvwrite.h" #include "vfieeefp.h" #ifdef __HAVE_LOCALE_INFO_EXTENDED__ -#include "../locale/lnumeric.h" +#include "../locale/setlocale.h" #endif /* Currently a test is made to see if long double processing is warranted. |