diff options
Diffstat (limited to 'include')
-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 b339953..22770b9 100644 --- a/include/locale.h +++ b/include/locale.h @@ -1,6 +1,8 @@ #ifndef _LOCALE_H #include <locale/locale.h> +extern __typeof (uselocale) __uselocale; + libc_hidden_proto (setlocale) /* This has to be changed whenever a new locale is defined. */ |