diff options
Diffstat (limited to 'src/locale/localeconv.c')
-rw-r--r-- | src/locale/localeconv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/locale/localeconv.c b/src/locale/localeconv.c index f08eb872..e63402e2 100644 --- a/src/locale/localeconv.c +++ b/src/locale/localeconv.c @@ -1,5 +1,6 @@ #include <locale.h> -#include "nonstd/locale.h" +#include "_locale.h" +#include "../_nonstd.h" /** return locale-specific information **/ struct lconv * localeconv(void) |