Index: boost/detail/atomic_count.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/detail/atomic_count.hpp,v retrieving revision 1.5 diff -u -p -r1.5 atomic_count.hpp --- boost/detail/atomic_count.hpp 15 Mar 2002 21:59:56 -0000 1.5 +++ boost/detail/atomic_count.hpp 21 May 2002 15:07:05 -0000 @@ -97,6 +97,8 @@ typedef long atomic_count; # include #elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__) # include +#elif defined(__GLIBCPP__) +# include #elif defined(BOOST_HAS_PTHREADS) # define BOOST_AC_USE_PTHREADS # include Index: boost/detail/lightweight_mutex.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/detail/lightweight_mutex.hpp,v retrieving revision 1.5 diff -u -p -r1.5 lightweight_mutex.hpp --- boost/detail/lightweight_mutex.hpp 15 Mar 2002 22:00:07 -0000 1.5 +++ boost/detail/lightweight_mutex.hpp 21 May 2002 15:07:05 -0000 @@ -57,6 +57,8 @@ # include #elif defined(__sgi) # include +#elif defined(__GLIBCPP__) +# include #elif defined(BOOST_HAS_PTHREADS) # define BOOST_LWM_USE_PTHREADS # include