Index: inet/source/core/inetdns.cxx =================================================================== RCS file: /cvs/oo/ucb/inet/source/core/inetdns.cxx,v retrieving revision 1.5 diff -u -r1.5 inetdns.cxx --- inet/source/core/inetdns.cxx 2001/05/11 11:52:51 1.5 +++ inet/source/core/inetdns.cxx 2001/07/03 11:35:34 @@ -68,7 +68,11 @@ #include #endif #ifndef __HASH_MAP__ +#if ( __GNU_STL__ == 3 ) +#include +#else #include +#endif #endif #ifndef __MAP__ #include Index: inet/source/core/socket.cxx =================================================================== RCS file: /cvs/oo/ucb/inet/source/core/socket.cxx,v retrieving revision 1.4 diff -u -r1.4 socket.cxx --- inet/source/core/socket.cxx 2001/03/19 11:27:12 1.4 +++ inet/source/core/socket.cxx 2001/07/03 11:35:38 @@ -69,10 +69,18 @@ #include #endif #ifndef __HASH_MAP__ +#if ( __GNU_STL__ == 3 ) +#include +#else #include #endif +#endif #ifndef __HASH_SET__ +#if ( __GNU_STL__ == 3 ) +#include +#else #include +#endif #endif #ifndef _SAL_TYPES_H_ Index: inet/source/misc/client.cxx =================================================================== RCS file: /cvs/oo/ucb/inet/source/misc/client.cxx,v retrieving revision 1.4 diff -u -r1.4 client.cxx --- inet/source/misc/client.cxx 2001/03/19 11:27:13 1.4 +++ inet/source/misc/client.cxx 2001/07/03 11:35:38 @@ -68,7 +68,11 @@ #include #endif #ifndef __HASH_SET__ +#if ( __GNU_STL__ == 3 ) +#include +#else #include +#endif #endif #ifndef _SAL_TYPES_H_