aboutsummaryrefslogtreecommitdiff
path: root/stlport/stl/_clocale.h
diff options
context:
space:
mode:
Diffstat (limited to 'stlport/stl/_clocale.h')
-rw-r--r--stlport/stl/_clocale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stlport/stl/_clocale.h b/stlport/stl/_clocale.h
index 2dcf39a..23622da 100644
--- a/stlport/stl/_clocale.h
+++ b/stlport/stl/_clocale.h
@@ -30,8 +30,8 @@
# if defined (_STLP_IMPORT_VENDOR_CSTD)
_STLP_BEGIN_NAMESPACE
-using _STLP_VENDOR_CSTD::lconv;
# if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS) && !defined(__ANDROID__)
+using _STLP_VENDOR_CSTD::lconv;
using _STLP_VENDOR_CSTD::localeconv;
using _STLP_VENDOR_CSTD::setlocale;
# endif