]> git.lyx.org Git - lyx.git/blobdiff - src/support/socktools.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / socktools.C
index 640e73f700cfdf02cc898d306b605206b3ac24b9..1e6a0af1dea70ad6ab7954bd3779c299c9adcee8 100644 (file)
 #include <cerrno>
 
 using std::endl;
-using std::strerror;
-
 using std::string;
 
+#ifndef CXX_GLOBAL_CSTD
+using std::strerror;
+#endif
+
 // This MACRO eppears to be defined only on Linux.
 #if !defined(SUN_LEN)
 #define SUN_LEN(su) \