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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/locale.h b/include/locale.h
index 6e0bd916dc..47760b223c 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -1 +1,7 @@
+#ifndef	_LOCALE_H
 #include <locale/locale.h>
+
+/* Now define the internal interfaces.  */
+extern struct lconv *__localeconv (void);
+
+#endif