Bugzilla – Bug 262
Fix compilation with g++-4.3 (unix-system-*.cpp)
Last modified: 2008-07-28 11:22:17 UTC
The compilation failed with g++-4.3 in unix-system-thread.cc and unix-system-mutex.cc. The reason is strerror() which requires to include string.h.
Created attachment 211 [details] Fix the compilation issue with g++-4.3
changeset 517acaf61a69