diff options
Diffstat (limited to 'include/locale.h')
-rw-r--r-- | include/locale.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/locale.h b/include/locale.h index 0877a48775..c821768754 100644 --- a/include/locale.h +++ b/include/locale.h @@ -4,6 +4,8 @@ /* This has to be changed whenever a new locale is defined. */ #define __LC_LAST 13 +extern struct loaded_l10nfile *_nl_locale_file_list[] attribute_hidden; + /* Locale object for C locale. */ extern struct __locale_struct _nl_C_locobj; |