about summary refs log tree commit diff
path: root/include/locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/locale.h')
-rw-r--r--include/locale.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/locale.h b/include/locale.h
index 47760b223c..4374792d14 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -1,6 +1,9 @@
 #ifndef	_LOCALE_H
 #include <locale/locale.h>
 
+/* Locale object for C locale.  */
+extern struct __locale_struct _nl_C_locobj;
+
 /* Now define the internal interfaces.  */
 extern struct lconv *__localeconv (void);