diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-01-03 16:58:37 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-01-03 16:58:37 +0100 |
commit | 1f29fbdbff0de80f6187f35ff8f9f0cab3cf09ad (patch) | |
tree | 23911031865aa7da079c098f57bc8c65df68c48f /cpp/src/Ice/TcpAcceptor.h | |
parent | - Fixed bug 2363, 2623, 2500 (diff) | |
download | ice-1f29fbdbff0de80f6187f35ff8f9f0cab3cf09ad.tar.bz2 ice-1f29fbdbff0de80f6187f35ff8f9f0cab3cf09ad.tar.xz ice-1f29fbdbff0de80f6187f35ff8f9f0cab3cf09ad.zip |
Fix for bug 1945, Sun & HP-UX compilation fixes
Diffstat (limited to 'cpp/src/Ice/TcpAcceptor.h')
-rw-r--r-- | cpp/src/Ice/TcpAcceptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpAcceptor.h b/cpp/src/Ice/TcpAcceptor.h index 9d2526914f4..6d5991a641d 100644 --- a/cpp/src/Ice/TcpAcceptor.h +++ b/cpp/src/Ice/TcpAcceptor.h @@ -17,7 +17,7 @@ #include <Ice/Acceptor.h> #ifndef _WIN32 -# include <netinet/in.h> // For struct sockaddr_storage +# include <sys/socket.h> // For struct sockaddr_storage #endif namespace IceInternal |