--- stlport/cwchar.orig 2006-03-31 04:03:43.000000000 +0200 +++ stlport/cwchar 2006-03-31 04:02:49.000000000 +0200 @@ -191,7 +191,7 @@ # if (!defined(__MSL__) || __MSL__ > 0x7001 ) && !defined(_STLP_WCE_NET) && \ !defined(_STLP_USE_UCLIBC) /* at least in uClibc 0.9.26 */ -using _STLP_VENDOR_CSTD::wcsftime; +using std::wcsftime; # endif using _STLP_VENDOR_CSTD::wcstok;